diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-07 01:34:28 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-07 01:34:28 +0000 |
commit | 26784daebd6edbc7c956f9fcf2fde18d03b13688 (patch) | |
tree | 2b5099132ab92402b77f62cd6b4e32b84ffc7ea0 | |
parent | 86d5080f25be88b1c2d221e603c2de6146f33314 (diff) |
fix wificonf install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2367 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/wificonf/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/wificonf/Makefile b/package/wificonf/Makefile index f6608331b..b9bfb8a38 100644 --- a/package/wificonf/Makefile +++ b/package/wificonf/Makefile @@ -9,10 +9,6 @@ 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))) $(PKG_BUILD_DIR)/.prepared: |