X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d42a20bf3e3cb6f1c1da93283cc70b30371d6715..c594045a0d73b85737a4753a9bffa79ea790342b:/package/wificonf/Makefile diff --git a/package/wificonf/Makefile b/package/wificonf/Makefile index aa03683a1..69cb2ec30 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:=3 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)))