diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-05 23:03:30 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-05 23:03:30 +0000 |
commit | ba87e2f6e92cdedd885cca4b3cf57ab59b006ba4 (patch) | |
tree | 259f93f9574978b2b72294d6fd85c6f941fa52dc | |
parent | 967812b70652dabefaa4ebd05d1b4513e227f77c (diff) |
move h3600_ts from H3600_MODULES to IPAQ_MODULES
BKrev: 4112bcc2HfEKfdJmfcIDWWZ49MTAEA
-rw-r--r-- | conf/h3600.conf | 1 | ||||
-rw-r--r-- | conf/ipaq-common.conf | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/conf/h3600.conf b/conf/h3600.conf index 33212fa933..e5dc8a14e2 100644 --- a/conf/h3600.conf +++ b/conf/h3600.conf @@ -14,7 +14,6 @@ H3600_MODULES = "\ h3600-asic \ h3600-micro \ h3600-microkbd h3600-stowaway \ -h3600-ts \ h3600-uda1341 \ hwtimer \ l3-backpaq \ diff --git a/conf/ipaq-common.conf b/conf/ipaq-common.conf index 516f94ba62..150128e048 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" +IPAQ_MODULES = "apm h3600_generic_sleeve ipaq-sleeve ipaq-mtd-asset nvrd pcmf502rd pcmf502re sa1100-rtc ipaq-hal h3600_ts" BOOTSTRAP_EXTRA_DEPENDS += "hostap-modules orinoco-modules freeswan mipv6" BOOTSTRAP_EXTRA_RRECOMMENDS += "hostap-modules orinoco-modules freeswan mipv6 ${@linux_module_packages('${IPAQ_MODULES}')}" |