diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-26 23:09:39 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-26 23:09:39 +0000 |
commit | 1504c73430617498e1e347aefa4c8b0a42533be3 (patch) | |
tree | 6ba942e536ddaa82e73c1e35206065ece57c9bfe /linux | |
parent | 64a0856fccfadaa5c175558f8444c1e748526b19 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/07/27 00:09:26+01:00 (none)!pb
fix module_autoload statements
BKrev: 41058f33JaToBIW2oohpGLUFa0syNQ
Diffstat (limited to 'linux')
-rw-r--r-- | linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh36.12.oe | 11 |
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() { |