diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-10 13:21:54 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-10 13:21:54 +0000 |
commit | 630dbab6498fc2a5a36385c8ababea1e837650ad (patch) | |
tree | b730680b269c18a0473881e43e733175f5cd6987 /package/acx-mac80211 | |
parent | ef02ff01f14e278e6c3835c70df73e8e6092aa15 (diff) | |
download | upstream-630dbab6498fc2a5a36385c8ababea1e837650ad.tar.gz upstream-630dbab6498fc2a5a36385c8ababea1e837650ad.tar.bz2 upstream-630dbab6498fc2a5a36385c8ababea1e837650ad.zip |
[package] add myself as maintainer of some packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33703 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx-mac80211')
-rw-r--r-- | package/acx-mac80211/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile index 40b3ce5ed9..d933b837de 100644 --- a/package/acx-mac80211/Makefile +++ b/package/acx-mac80211/Makefile @@ -28,6 +28,7 @@ define KernelPackage/acx-mac80211 DEPENDS:=@(PCI_SUPPORT||TARGET_ar7) @mipsel +kmod-mac80211 FILES:=$(PKG_BUILD_DIR)/acx-mac80211.ko AUTOLOAD:=$(call AutoLoad,50,acx-mac80211) + MAINTAINER:=Florian Fainelli <florian@openwrt.org> MENU:=1 endef |