diff options
-rw-r--r-- | conf/handheld-common.conf | 2 | ||||
-rw-r--r-- | conf/ipaq-common.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/handheld-common.conf b/conf/handheld-common.conf index 4ee75458a4..f9e2608927 100644 --- a/conf/handheld-common.conf +++ b/conf/handheld-common.conf @@ -7,7 +7,7 @@ ide-cs ide-disk \ loop \ vfat ext2 \ sunrpc nfs \ -btuart-cs dtl1-cs bt3c-cs rfcomm bnep l2cap sco \ +btuart-cs dtl1-cs bt3c-cs rfcomm bnep l2cap sco hci_uart \ pcnet-cs serial-cs \ af_packet \ ppp-async ppp-deflate ppp-mppe \ diff --git a/conf/ipaq-common.conf b/conf/ipaq-common.conf index b2c59cb187..9c91802c04 100644 --- a/conf/ipaq-common.conf +++ b/conf/ipaq-common.conf @@ -1,4 +1,4 @@ -IPAQ_MODULES = "apm h3600_generic_sleeve ipaq-sleeve ipaq-mtd-asset nvrd pcmf502rd pcmf502re sa1100-rtc ipaq-hal h3600_ts hci_uart usb-eth" +IPAQ_MODULES = "apm h3600_generic_sleeve ipaq-sleeve ipaq-mtd-asset nvrd pcmf502rd pcmf502re sa1100-rtc ipaq-hal h3600_ts usb-eth" BOOTSTRAP_EXTRA_DEPENDS += "kbdd hostap-modules orinoco-modules freeswan mipv6" BOOTSTRAP_EXTRA_RRECOMMENDS += "kbdd hostap-modules-cs orinoco-modules freeswan mipv6 ${@linux_module_packages('${IPAQ_MODULES}')}" |