X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fwificonf%2FMakefile;h=f6608331b1e4dee273dddafd9621425ba329057a;hb=5daed612ab04036fc25390ee1c85950360f65c90;hp=aa03683a10ed3b26ce8033cd1b3b40bc8568a71f;hpb=d42a20bf3e3cb6f1c1da93283cc70b30371d6715;p=openwrt.git diff --git a/package/wificonf/Makefile b/package/wificonf/Makefile index aa03683a10..f6608331b1 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:=5 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)))