1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-19 06:54:58 +01:00

fix acx-mac80211 build (closes #2534)

SVN-Revision: 9323
This commit is contained in:
Matteo Croce 2007-10-14 20:29:44 +00:00
parent ccbc635770
commit 8cdc610404

@ -45,8 +45,6 @@ $(STAMP_BUILT): $(DL_DIR)/$(PKG_FW_NAME)
$(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) $(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(PKG_FW_NAME)" "$(PKG_FW_MD5SUM)" $(PKG_FW_URL)
ifneq ($(CONFIG_MAC80211),)
PKG_EXTRA_KCONFIG:= \ PKG_EXTRA_KCONFIG:= \
CONFIG_ACX_MAC80211=m \ CONFIG_ACX_MAC80211=m \
CONFIG_ACX_MAC80211_PCI=m \ CONFIG_ACX_MAC80211_PCI=m \
@ -67,8 +65,6 @@ ifneq ($(CONFIG_MAC80211),)
modules modules
endef endef
endif
define Build/Configure define Build/Configure
endef endef