diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-07-17 10:38:33 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-07-17 10:38:33 +0000 |
commit | 9246de4ea2fc8c33799635052c3b736c82bbe2b2 (patch) | |
tree | 77b76f3d5fdab1ce842d039520390dfdc327e17c /package/madwifi/Makefile | |
parent | c9331c24853294c825eb1dc59606e7374345a895 (diff) | |
download | upstream-9246de4ea2fc8c33799635052c3b736c82bbe2b2.tar.gz upstream-9246de4ea2fc8c33799635052c3b736c82bbe2b2.tar.bz2 upstream-9246de4ea2fc8c33799635052c3b736c82bbe2b2.zip |
avr32 build fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8017 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 4aa4e0a746..907f191179 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -81,7 +81,7 @@ endif define KernelPackage/madwifi SUBMENU:=Wireless Drivers TITLE:=Driver for Atheros wireless chipsets - DEPENDS:=+wireless-tools + DEPENDS:=+wireless-tools @!LINUX_2_6_AVR32 DESCRIPTION:=\ This package contains a driver for Atheros 802.11a/b/g chipsets. URL:=http://madwifi.org/ |