mirror of https://github.com/hak5/openwrt.git
parent
892b16a352
commit
b262b81027
|
@ -16,14 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/
|
PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/
|
||||||
PKG_MD5SUM:=40416b48cae9c78e5a2452caf214aff3
|
PKG_MD5SUM:=40416b48cae9c78e5a2452caf214aff3
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=
|
PKG_BUILD_DEPENDS:= mac80211 madwifi
|
||||||
|
|
||||||
ifeq ($(shell grep "CONFIG_PACKAGE_kmod-madwifi is not set" $(TOPDIR)/.config),)
|
|
||||||
PKG_BUILD_DEPENDS+=madwifi
|
|
||||||
endif
|
|
||||||
ifeq ($(shell grep "CONFIG_PACKAGE_kmod-mac80211 is not set" $(TOPDIR)/.config),)
|
|
||||||
PKG_BUILD_DEPENDS+=mac80211
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
@ -32,12 +25,13 @@ define Package/hostapd/Default
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=IEEE 802.1x Authenticator
|
TITLE:=IEEE 802.1x Authenticator
|
||||||
URL:=http://hostap.epitest.fi/
|
URL:=http://hostap.epitest.fi/
|
||||||
|
DEPENDS:=@!TARGET_avr32 @!TARGET_etrax
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/hostapd
|
define Package/hostapd
|
||||||
$(call Package/hostapd/Default)
|
$(call Package/hostapd/Default)
|
||||||
DEPENDS:=+libopenssl @!TARGET_avr32 @!TARGET_etrax
|
|
||||||
TITLE+= (full)
|
TITLE+= (full)
|
||||||
|
DEPENDS+= +libopenssl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/hostapd/conffiles
|
define Package/hostapd/conffiles
|
||||||
|
@ -51,7 +45,6 @@ endef
|
||||||
|
|
||||||
define Package/hostapd-mini
|
define Package/hostapd-mini
|
||||||
$(call Package/hostapd/Default)
|
$(call Package/hostapd/Default)
|
||||||
DEPENDS:=@!TARGET_AVR32 @!TARGET_ETRAX
|
|
||||||
TITLE+= (WPA-PSK only)
|
TITLE+= (WPA-PSK only)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -66,8 +59,8 @@ endef
|
||||||
|
|
||||||
define Package/hostapd-utils
|
define Package/hostapd-utils
|
||||||
$(call Package/hostapd/Default)
|
$(call Package/hostapd/Default)
|
||||||
DEPENDS:=@PACKAGE_hostapd||PACKAGE_hostapd-mini
|
|
||||||
TITLE+= (utils)
|
TITLE+= (utils)
|
||||||
|
DEPENDS:=@PACKAGE_hostapd||PACKAGE_hostapd-mini
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/hostapd-utils/description
|
define Package/hostapd-utils/description
|
||||||
|
|
Loading…
Reference in New Issue