some wificonf and wlcompat cleanups/fixes
[openwrt.git] / package / wificonf / Makefile
index aa03683a10ed3b26ce8033cd1b3b40bc8568a71f..69cb2ec3009a691a620286b78dfa3292d849f833 100644 (file)
@@ -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)))