projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] kmod-ipt-iprange: fix build error on .25
[openwrt.git]
/
toolchain
/
uClibc
/
Makefile
diff --git
a/toolchain/uClibc/Makefile
b/toolchain/uClibc/Makefile
index
aecd150
..
e6f2b7b
100644
(file)
--- a/
toolchain/uClibc/Makefile
+++ b/
toolchain/uClibc/Makefile
@@
-90,7
+90,7
@@
ifeq ($(PKG_VERSION_SNAPSHOT),y)
else
$(call Build/Prepare/Default)
endif
else
$(call Build/Prepare/Default)
endif
- $(CP) ./$(CONFIG_DIR)/$(ARCH)$(if $(wildcard $(CONFIG_DIR)/$(ARCH).$(BOARD)),$(BOARD)) $(PKG_BUILD_DIR)/.config
+ $(CP) ./$(CONFIG_DIR)/$(ARCH)$(if $(wildcard $(CONFIG_DIR)/$(ARCH).$(BOARD)),
.
$(BOARD)) $(PKG_BUILD_DIR)/.config
ifeq ($(PKG_VERSION),0.9.28)
$(call Build/Prepare/V_0_9_28)
endif
ifeq ($(PKG_VERSION),0.9.28)
$(call Build/Prepare/V_0_9_28)
endif
This page took
0.018441 seconds
and
4
git commands to generate.