diff options
author | Matteo Croce <matteo@openwrt.org> | 2007-10-14 20:29:44 +0000 |
---|---|---|
committer | Matteo Croce <matteo@openwrt.org> | 2007-10-14 20:29:44 +0000 |
commit | 5e63c51b787de6c9717e045eb6771e95e08039e7 (patch) | |
tree | 080e8c520b76d39bdf7f7dd7dfb26929d90d2bc3 /package/acx-mac80211 | |
parent | 6fb4cf938a160edee3fcd249224197474c7716f8 (diff) | |
download | upstream-5e63c51b787de6c9717e045eb6771e95e08039e7.tar.gz upstream-5e63c51b787de6c9717e045eb6771e95e08039e7.tar.bz2 upstream-5e63c51b787de6c9717e045eb6771e95e08039e7.zip |
fix acx-mac80211 build (closes #2534)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9323 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx-mac80211')
-rw-r--r-- | package/acx-mac80211/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile index 47b86a49f7..65ef0e1e77 100644 --- a/package/acx-mac80211/Makefile +++ b/package/acx-mac80211/Makefile @@ -45,8 +45,6 @@ $(STAMP_BUILT): $(DL_DIR)/$(PKG_FW_NAME) $(DL_DIR)/$(PKG_FW_NAME): $(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(PKG_FW_NAME)" "$(PKG_FW_MD5SUM)" $(PKG_FW_URL) -ifneq ($(CONFIG_MAC80211),) - PKG_EXTRA_KCONFIG:= \ CONFIG_ACX_MAC80211=m \ CONFIG_ACX_MAC80211_PCI=m \ @@ -67,8 +65,6 @@ ifneq ($(CONFIG_MAC80211),) modules endef -endif - define Build/Configure endef |