diff options
Diffstat (limited to 'openwrt/package/config')
-rw-r--r-- | openwrt/package/config/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/config/Makefile b/openwrt/package/config/Makefile index 9e841d998e..846b04cbb4 100644 --- a/openwrt/package/config/Makefile +++ b/openwrt/package/config/Makefile @@ -9,6 +9,7 @@ HOSTCC = gcc HOSTCFLAGS= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. LC_ALL:= C +CP:=cp -a all: ncurses conf mconf |