summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package/madwifi/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-03-04 05:48:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-03-04 05:48:53 +0000
commit0299fa369268bf658fc3c223fc3274ed36a2d23d (patch)
treec8efaf8380cfa35104f84f45d1a231da32d97979 /openwrt/target/linux/package/madwifi/Makefile
parentd41abbbe06682f8dafec363ebf0deec403a022dd (diff)
downloadmtk-20170518-0299fa369268bf658fc3c223fc3274ed36a2d23d.zip
mtk-20170518-0299fa369268bf658fc3c223fc3274ed36a2d23d.tar.gz
mtk-20170518-0299fa369268bf658fc3c223fc3274ed36a2d23d.tar.bz2
add madwifi-old
SVN-Revision: 3305
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 03b40d4..e89ec1d 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)