X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/41aad28b1eaa8806eb2d22f1010077933574803f..3a44a50cd0e7bde98b3e23c3a88cb29296036a29:/openwrt/package/wificonf/Makefile diff --git a/openwrt/package/wificonf/Makefile b/openwrt/package/wificonf/Makefile index aa03683a1..4dd452955 100644 --- a/openwrt/package/wificonf/Makefile +++ b/openwrt/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)))