projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix uclibc++ dependency issue
[openwrt.git]
/
openwrt
/
package
/
wificonf
/
Makefile
diff --git
a/openwrt/package/wificonf/Makefile
b/openwrt/package/wificonf/Makefile
index
aa03683
..
ed41e41
100644
(file)
--- a/
openwrt/package/wificonf/Makefile
+++ b/
openwrt/package/wificonf/Makefile
@@
-9,8
+9,9
@@
PKG_BUILD_DIR:=$(BUILD_DIR)/wificonf
include $(TOPDIR)/package/rules.mk
include $(TOPDIR)/package/rules.mk
-
-
+ifneq ($(BOARD),brcm)
+BR2_PACKAGE_WIFICONF:=m
+endif
$(eval $(call PKG_template,WIFICONF,$(PKG_NAME),$(PKG_RELEASE),$(ARCH)))
$(eval $(call PKG_template,WIFICONF,$(PKG_NAME),$(PKG_RELEASE),$(ARCH)))
This page took
0.028393 seconds
and
4
git commands to generate.