diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-12-14 22:50:13 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-12-14 22:50:13 +0000 |
commit | 7df90c8814217337fc3fbc4665245d8856f21e84 (patch) | |
tree | aee27d25945856b548e60221378f28155277b6cd /package/madwifi/Makefile | |
parent | 6f2d44bf3868a556428addd7efd218e28c8ca7b1 (diff) | |
download | upstream-7df90c8814217337fc3fbc4665245d8856f21e84.tar.gz upstream-7df90c8814217337fc3fbc4665245d8856f21e84.tar.bz2 upstream-7df90c8814217337fc3fbc4665245d8856f21e84.zip |
remove the ar531x-2.4 target, a 2.6 port will be added soon
SVN-Revision: 5796
Diffstat (limited to 'package/madwifi/Makefile')
-rw-r--r-- | package/madwifi/Makefile | 2 |
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),) |