summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-26 23:18:16 +0000
committerPhil Blundell <philb@gnu.org>2004-07-26 23:18:16 +0000
commit0f602b3ba3dfeb3f365022f1f5af2243a1bf7a46 (patch)
tree45d395718fc1c499467524634cea42084392db3f
parent1504c73430617498e1e347aefa4c8b0a42533be3 (diff)
add ipsec.patch
fix module_autoloads delete spare copy of ipaqsa defconfig disable ipcomp to work around build difficulties BKrev: 410591384YuFghK6U3ZtmtqbRNsyJA
-rw-r--r--linux/handhelds-sa-2.4.19-rmk6-pxa1-hh36.12/ipsec.patch (renamed from linux/handhelds-sa-2.4.19-rmk6-pxa1-hh36.12/ipaqsa)0
-rw-r--r--linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe11
2 files changed, 7 insertions, 4 deletions
diff --git a/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh36.12/ipaqsa b/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh36.12/ipsec.patch
index e69de29bb2..e69de29bb2 100644
--- a/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh36.12/ipaqsa
+++ b/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh36.12/ipsec.patch
diff --git a/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe b/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe
index 22eaff4916..7dae1434d0 100644
--- a/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe
+++ b/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe
@@ -1,6 +1,7 @@
DESCRIPTION = "handhelds.org Linux kernel for StrongArm processor based devices."
MAINTAINER = "Rene Wagner <reenoo@gmx.de>"
LICENSE = "GPL"
+PR = "r1"
PACKAGE_ARCH = "ipaqsa"
KERNEL_CCSUFFIX = "-3.3.3"
@@ -9,7 +10,8 @@ COMPATIBLE_HOST = "arm.*-linux"
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/handhelds-sa-${PV}"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=linux/kernel;tag=${@'K' + oe.data.getVar('PV',d,1).replace('.', '-')} \
file://defconfig-ipaqsa \
- file://ipaq-hal.init"
+ file://ipaq-hal.init \
+ file://ipsec.patch;patch=1"
S = "${WORKDIR}/kernel"
@@ -33,9 +35,10 @@ module_conf_orinoco_cs = "options orinoco_cs ignore_cis_vcc=1"
module_conf_hostap_cs = "options hostap_cs ignore_cis_vcc=1"
module_conf_spectrum_cs = "options spectrum_cs ignore_cis_vcc=1"
-autoload_h3600_generic_sleeve = "h3600_generic_sleeve"
-autoload_ds = "ds"
-autoload_sa_cs = "sa_cs"
+module_autoload_h3600_generic_sleeve = "h3600_generic_sleeve"
+module_autoload_ds = "ds"
+module_autoload_sa1100_cs = "sa1100_cs"
+module_autoload_h3600_ts = "h3600_ts"
FILES_kernel += "/etc/init.d/ipaq-hal"
INITSCRIPT_NAME = "ipaq-hal"