diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-03 08:14:13 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-03 08:14:13 +0000 |
commit | c921f6635df531dc99ae70633868188c1aa4a900 (patch) | |
tree | d1885e6a190c5977842e8c287914ecd474fa600f /linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh36.14.oe | |
parent | f174486390dc70795fa1218df51f256cf48fa742 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/09/03 09:14:04+01:00 (none)!pb
tweak module autoloading
2004/09/03 09:13:57+01:00 (none)!pb
add sleeve.agent and mmc.agent
BKrev: 413827d55wW8IQosB7-SBFgj75y4jA
Diffstat (limited to 'linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh36.14.oe')
-rw-r--r-- | linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh36.14.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh36.14.oe b/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh36.14.oe index ad9e13a085..d370709869 100644 --- a/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh36.14.oe +++ b/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh36.14.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" @@ -40,6 +40,8 @@ module_autoload_h3600_ts = "h3600_ts" module_autoload_apm = "apm" module_autoload_af_packet = "af_packet" module_autoload_usb-ohci-h5400 = "usb-ohci-h5400" +module_autoload_ppp_async = "ppp_async" +module_autoload_usb_eth = "usb-eth" FILES_kernel += "/etc/init.d/ipaq-hal" INITSCRIPT_NAME = "ipaq-hal" |