diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-08 09:58:07 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-08 09:58:07 +0000 |
commit | 6d2d07b29614d43020052709c3300bed09b6d283 (patch) | |
tree | 4d6fdf793fd3786ae175f7ce57b54eef9ec50bd2 /conf | |
parent | b7a5ef492a8cb61669e74d578ad1defd3ed32048 (diff) |
move hci_uart from ipaq-common to handheld-common
BKrev: 413ed7afTYHjDKHg-mm_QMmT2E9NUA
Diffstat (limited to 'conf')
-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}')}" |