diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-02-17 15:54:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-02-17 15:54:53 +0000 |
commit | 05a3f35dce5e9c9d59fa32a406de07abdbf94b0d (patch) | |
tree | 5517615ae704aa53c0f6c89b7b095cc715dc3fcc /package | |
parent | f6d30fd125de9dd2abebdce35adfdfca9853f6b3 (diff) | |
download | master-187ad058-05a3f35dce5e9c9d59fa32a406de07abdbf94b0d.tar.gz master-187ad058-05a3f35dce5e9c9d59fa32a406de07abdbf94b0d.tar.bz2 master-187ad058-05a3f35dce5e9c9d59fa32a406de07abdbf94b0d.zip |
hostapd: remove unnecessary dependency on mac80211
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30611 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/hostapd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index c4e5d9f25a..774d08e13f 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -21,7 +21,6 @@ PKG_MIRROR_MD5SUM:=2650d83c1d4649a5df9fe265f8a5775f PKG_BUILD_DEPENDS:= \ PACKAGE_kmod-madwifi:madwifi \ - PACKAGE_kmod-mac80211:mac80211 \ PKG_CONFIG_DEPENDS:= \ CONFIG_WPA_SUPPLICANT_NO_TIMESTAMP_CHECK \ @@ -218,7 +217,6 @@ TARGET_CPPFLAGS := \ -I$(PKG_BUILD_DIR)/src/crypto \ $(TARGET_CPPFLAGS) \ -I$(STAGING_DIR)/usr/include/madwifi \ - -I$(STAGING_DIR)/usr/include/mac80211 \ -DCONFIG_LIBNL20 \ -D_GNU_SOURCE |