aboutsummaryrefslogtreecommitdiffstats
path: root/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh36.12.oe
diff options
context:
space:
mode:
Diffstat (limited to 'linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh36.12.oe')
-rw-r--r--linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh36.12.oe11
1 files changed, 6 insertions, 5 deletions
diff --git a/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh36.12.oe b/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh36.12.oe
index b0d6b21a2c..999a017d50 100644
--- a/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh36.12.oe
+++ b/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh36.12.oe
@@ -1,7 +1,7 @@
DESCRIPTION = "handhelds.org Linux kernel for PXA25x based devices."
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
PACKAGE_ARCH = "ipaqpxa"
KERNEL_CCSUFFIX = "-3.3.3"
@@ -35,16 +35,17 @@ module_conf_ppp_async = "alias ppp0 ppp_async"
module_conf_orinoco_cs = "options orinoco_cs ignore_cis_vcc=1"
module_conf_hostap_cs = "options hostap_cs ignore_cis_vcc=1"
-autoload_h3600_generic_sleeve = "h3600_generic_sleeve"
-autoload_ds = "ds"
-autoload_pxa_cs = "pxa_cs"
+module_autoload_h3600_generic_sleeve = "h3600_generic_sleeve"
+module_autoload_ds = "ds"
+module_autoload_pxa_cs = "pxa_cs"
+module_autoload_h3600_ts = "h3600_ts"
FILES_kernel += "/etc/init.d/ipaq-hal"
INITSCRIPT_NAME = "ipaq-hal"
INITSCRIPT_PARAMS = "start 21 S ."
do_configure_prepend() {
- install -m 0644 ${WORKDIR}/defconfig-${PACKAGE_ARCH} ${S}/.config
+ install -m 0644 ${WORKDIR}/defconfig-${PACKAGE_ARCH} ${S}/.config
}
do_install_append() {