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 | 17f9a8bedf6ba3749512f9727e4cf5e30d434a91 (patch) | |
tree | e620fda7593fe17a4a6c813a364e0ad92fb95060 /package | |
parent | 9c96cf36f5fec3d5eb47444a90d7f79cad13a94f (diff) | |
download | upstream-17f9a8bedf6ba3749512f9727e4cf5e30d434a91.tar.gz upstream-17f9a8bedf6ba3749512f9727e4cf5e30d434a91.tar.bz2 upstream-17f9a8bedf6ba3749512f9727e4cf5e30d434a91.zip |
madwifi: remove my maintainer line from the package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31021 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)) |