diff options
-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.oe | 11 |
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" |