diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-03-19 11:29:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-03-19 11:29:01 +0000 |
commit | 57d0b185e5be070fe22a6e3971747a2102393c08 (patch) | |
tree | efa4db4e6a32390d2250f925ffb251bd228bdd56 /package | |
parent | cb41fa7655a272209106a06d1b876005f906586f (diff) | |
download | upstream-57d0b185e5be070fe22a6e3971747a2102393c08.tar.gz upstream-57d0b185e5be070fe22a6e3971747a2102393c08.tar.bz2 upstream-57d0b185e5be070fe22a6e3971747a2102393c08.zip |
madwifi: remove my maintainer line from the package
SVN-Revision: 31021
Diffstat (limited to 'package')
-rw-r--r-- | package/madwifi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index 5205f9465b..fd81e3f3b1 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -161,7 +161,6 @@ define KernelPackage/madwifi SUBMENU:=Wireless Drivers TITLE:=Driver for Atheros wireless chipsets URL:=http://madwifi-project.org/ - MAINTAINER:=Felix Fietkau <nbd@openwrt.org> DEPENDS:=+wireless-tools @PCI_SUPPORT @(!(TARGET_avr32||TARGET_cobalt||TARGET_ep93xx||TARGET_etrax||TARGET_octeon||TARGET_pxcab||TARGET_sibyte||LINUX_3_1||LINUX_3_2)||BROKEN) +@DRIVER_WEXT_SUPPORT FILES:=$(MADWIFI_FILES) AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD)) |