From: nbd Date: Tue, 20 Oct 2009 21:14:57 +0000 (+0000) Subject: hostapd: make compilation of the hostap driver conditional - saves 10k uncompressed X-Git-Tag: fast2504n-3.10.28-merged~14289 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=059bf66201c65040a93a037e7e819c5124969063;p=openwrt.git hostapd: make compilation of the hostap driver conditional - saves 10k uncompressed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18107 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 55bef9bfdd..ddf21683bd 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -27,12 +27,14 @@ PKG_CONFIG_DEPENDS:= \ CONFIG_PACKAGE_kmod-madwifi \ CONFIG_PACKAGE_hostapd \ CONFIG_PACKAGE_hostapd-mini \ + CONFIG_PACKAGE_kmod-hostap include $(INCLUDE_DIR)/package.mk DRIVER_MAKEOPTS= \ CONFIG_DRIVER_NL80211=$(CONFIG_PACKAGE_kmod-mac80211) \ CONFIG_DRIVER_MADWIFI=$(CONFIG_PACKAGE_kmod-madwifi) \ + CONFIG_DRIVER_HOSTAP=$(CONFIG_PACKAGE_kmod-hostap) \ CONFIG_IEEE80211N=$(CONFIG_PACKAGE_kmod-ath9k) define Package/hostapd/Default