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 | 8c1e1f53c43f815a6bdc0b13ac8e54931a9e1dbf (patch) | |
tree | a6f6c4ca9a38c4e639c666d36a4c354a480b7fda /package/madwifi/Makefile | |
parent | db6e19d44932f44f83aa41ef2f0d856fad838583 (diff) | |
download | upstream-8c1e1f53c43f815a6bdc0b13ac8e54931a9e1dbf.tar.gz upstream-8c1e1f53c43f815a6bdc0b13ac8e54931a9e1dbf.tar.bz2 upstream-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/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),) |