add me as a maintainer for a few other packages
SVN-Revision: 19439
This commit is contained in:
parent
5f0bcfe153
commit
c830d6cfe7
3 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -161,6 +161,7 @@ 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_atheros @!TARGET_avr32 @!TARGET_etrax @!TARGET_sibyte @!TARGET_cobalt @!TARGET_octeon @LINUX_2_6 @(!(TARGET_ep93xx||TARGET_pxcab)||BROKEN)
|
||||
FILES:=$(MADWIFI_FILES)
|
||||
AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD))
|
||||
|
|
|
@ -30,6 +30,7 @@ define KernelPackage/wprobe
|
|||
$(call Package/wprobe/Default)
|
||||
SUBMENU:=Network Support
|
||||
TITLE:=Wireless driver probe infrastructure
|
||||
MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
|
||||
FILES:= \
|
||||
$(PKG_BUILD_DIR)/kernel/wprobe.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,01,wprobe)
|
||||
|
|
Loading…
Reference in a new issue