diff options
author | John Crispin <john@openwrt.org> | 2007-07-29 15:50:32 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-07-29 15:50:32 +0000 |
commit | dd0a1806eafd0239e7a4b85e3420e711e67d935f (patch) | |
tree | 2a1b7de5b56eda88c92195c44c049d15993ddf27 /package/madwifi/Makefile | |
parent | 1496b6c88be94ab056cf48039c8437a97db5fb4e (diff) | |
download | upstream-dd0a1806eafd0239e7a4b85e3420e711e67d935f.tar.gz upstream-dd0a1806eafd0239e7a4b85e3420e711e67d935f.tar.bz2 upstream-dd0a1806eafd0239e7a4b85e3420e711e67d935f.zip |
Some packages make no sense or do not build for etrax
SVN-Revision: 8216
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 907f191179..f063af800f 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 @!LINUX_2_6_AVR32 + DEPENDS:=+wireless-tools @!LINUX_2_6_AVR32 @!LINUX_2_6_ETRAX DESCRIPTION:=\ This package contains a driver for Atheros 802.11a/b/g chipsets. URL:=http://madwifi.org/ |