aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2006-12-14 22:50:13 +0000
committerImre Kaloz <kaloz@openwrt.org>2006-12-14 22:50:13 +0000
commit8c1e1f53c43f815a6bdc0b13ac8e54931a9e1dbf (patch)
treea6f6c4ca9a38c4e639c666d36a4c354a480b7fda /package/madwifi
parentdb6e19d44932f44f83aa41ef2f0d856fad838583 (diff)
downloadmaster-187ad058-8c1e1f53c43f815a6bdc0b13ac8e54931a9e1dbf.tar.gz
master-187ad058-8c1e1f53c43f815a6bdc0b13ac8e54931a9e1dbf.tar.bz2
master-187ad058-8c1e1f53c43f815a6bdc0b13ac8e54931a9e1dbf.zip
remove the ar531x-2.4 target, a 2.6 port will be added soon
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5796 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi')
-rw-r--r--package/madwifi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index bf637bb1d3..8bd6bc1a5c 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -41,7 +41,7 @@ ifeq ($(ARCH),powerpc)
endif
BUS:=PCI
-ifneq ($(CONFIG_LINUX_2_4_AR531X),)
+ifneq ($(CONFIG_LINUX_2_6_AR531X),)
BUS:=AHB
endif
ifneq ($(CONFIG_LINUX_2_6_ARUBA),)