diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-01-31 12:24:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-01-31 12:24:55 +0000 |
commit | c830d6cfe7d40fae42319ca5ac6fdab44966f985 (patch) | |
tree | 3ed2ecdb469c194ef109a93df8d05272957e99c5 /package/hostapd/Makefile | |
parent | 5f0bcfe1535b9c28625f3be07056b7b4fadbcbe9 (diff) | |
download | upstream-c830d6cfe7d40fae42319ca5ac6fdab44966f985.tar.gz upstream-c830d6cfe7d40fae42319ca5ac6fdab44966f985.tar.bz2 upstream-c830d6cfe7d40fae42319ca5ac6fdab44966f985.zip |
add me as a maintainer for a few other packages
SVN-Revision: 19439
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r-- | package/hostapd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 93e2018272..5e66f84b00 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -76,6 +76,7 @@ define Package/hostapd/Default TITLE:=IEEE 802.1x Authenticator URL:=http://hostap.epitest.fi/ DEPENDS:=@!TARGET_avr32 @!TARGET_etrax +PACKAGE_kmod-mac80211:libnl-tiny + MAINTAINER:=Felix Fietkau <nbd@openwrt.org> endef define Package/hostapd @@ -116,6 +117,7 @@ define Package/wpad/Default TITLE:=IEEE 802.1x Authenticator/Supplicant URL:=http://hostap.epitest.fi/ DEPENDS:=@!TARGET_avr32 @!TARGET_etrax +PACKAGE_kmod-mac80211:libnl-tiny + MAINTAINER:=Felix Fietkau <nbd@openwrt.org> endef define Package/wpad @@ -146,6 +148,7 @@ define Package/wpa-supplicant URL:=http://hostap.epitest.fi/wpa_supplicant/ DEPENDS:=@!TARGET_avr32 @!TARGET_etrax +PACKAGE_kmod-mac80211:libnl-tiny VARIANT:=supplicant-full + MAINTAINER:=Felix Fietkau <nbd@openwrt.org> endef define Package/wpa-supplicant/Description @@ -172,6 +175,7 @@ define Package/wpa-cli CATEGORY:=Network DEPENDS:=wpa-supplicant TITLE:=WPA Supplicant command line interface + MAINTAINER:=Felix Fietkau <nbd@openwrt.org> endef define Package/wpa-cli/Description |