fix acx-mac80211 build (closes #2534)
authorMatteo Croce <rootkit85@yahoo.it>
Sun, 14 Oct 2007 20:29:44 +0000 (20:29 +0000)
committerMatteo Croce <rootkit85@yahoo.it>
Sun, 14 Oct 2007 20:29:44 +0000 (20:29 +0000)
SVN-Revision: 9323

package/acx-mac80211/Makefile

index 47b86a49f7f04571e9cb39287b688655825a475a..65ef0e1e7756f0137168b9937cb80168f8170732 100644 (file)
@@ -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