diff options
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/wificonf/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/openwrt/package/wificonf/Makefile b/openwrt/package/wificonf/Makefile index f6608331b..b9bfb8a38 100644 --- a/openwrt/package/wificonf/Makefile +++ b/openwrt/package/wificonf/Makefile @@ -9,10 +9,6 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/wificonf include $(TOPDIR)/package/rules.mk -ifneq ($(BOARD),brcm) -BR2_PACKAGE_WIFICONF:=m -endif - $(eval $(call PKG_template,WIFICONF,$(PKG_NAME),$(PKG_RELEASE),$(ARCH))) $(PKG_BUILD_DIR)/.prepared: |