X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d42a20bf3e3cb6f1c1da93283cc70b30371d6715..52e0d5c4243bc060903466d5df3d6b1314342c14:/package/wificonf/Makefile diff --git a/package/wificonf/Makefile b/package/wificonf/Makefile index aa03683a1..4dd452955 100644 --- a/package/wificonf/Makefile +++ b/package/wificonf/Makefile @@ -3,14 +3,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wificonf -PKG_RELEASE:=1 +PKG_RELEASE:=4 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)))