diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-11-16 05:08:32 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-11-16 05:08:32 +0000 |
commit | d41785f952ae44e3be76180ca4ba839187492c87 (patch) | |
tree | 9f377fd85d81ffc820121cdeac225a83f81fd069 /package/hostapd/Makefile | |
parent | 5698039c6bc30b0ff8920e6c559aff290dc12293 (diff) |
hostapd: turn libnl into a build dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9568 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r-- | package/hostapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 31ef18d8be..8cdbd7750a 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -17,7 +17,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=git://w1.fi/srv/git/hostap.git PKG_SOURCE_SUBDIR:=hostapd-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) -PKG_BUILD_DEPENDS:=madwifi mac80211 +PKG_BUILD_DEPENDS:=madwifi mac80211 libnl include $(INCLUDE_DIR)/package.mk $(eval $(call confvar,STAMP_CONFIGURED,CONFIG_PACKAGE_kmod-mac80211 CONFIG_PACKAGE_kmod-madwifi)) @@ -27,7 +27,7 @@ define Package/hostapd/Default CATEGORY:=Network TITLE:=IEEE 802.1x Authenticator URL:=http://hostap.epitest.fi/ - DEPENDS:=@!TARGET_avr32 @!TARGET_etrax $(if $(DUMP)$(CONFIG_LINUX_2_6_23),+libnl) + DEPENDS:=@!TARGET_avr32 @!TARGET_etrax endef define Package/hostapd |