summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package/madwifi/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-04 05:48:53 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-04 05:48:53 +0000
commite6e7a4c3d0028594afc73cc770bd46092c7b399d (patch)
tree9ae3a32ba59c48c498275687b0fc7534dbf210ff /openwrt/target/linux/package/madwifi/Makefile
parentaef16edbf95681145f328f2c5b9bfa3146e34842 (diff)
add madwifi-old
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3305 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/madwifi/Makefile')
-rw-r--r--openwrt/target/linux/package/madwifi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/target/linux/package/madwifi/Makefile b/openwrt/target/linux/package/madwifi/Makefile
index 03b40d415..e89ec1d0f 100644
--- a/openwrt/target/linux/package/madwifi/Makefile
+++ b/openwrt/target/linux/package/madwifi/Makefile
@@ -29,9 +29,9 @@ BUS := PCI
ifneq ($(BR2_LINUX_2_4_AR531X),)
BUS := AHB
endif
-# ifneq ($(BR2_LINUX_2_6_ARUBA),)
-# BUS := PCI AHB # no suitable HAL for AHB yet.
-# endif
+ifneq ($(BR2_LINUX_2_6_ARUBA),)
+ BUS := PCI AHB # no suitable HAL for AHB yet.
+endif
BUS_MODULES:=
ifeq ($(findstring AHB,$(BUS)),AHB)