projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
GPIODEV: Fix open-count race condition.
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
image
/
apex
/
Makefile
diff --git
a/target/linux/ixp4xx/image/apex/Makefile
b/target/linux/ixp4xx/image/apex/Makefile
index
789d4f2
..
10621e7
100644
(file)
--- a/
target/linux/ixp4xx/image/apex/Makefile
+++ b/
target/linux/ixp4xx/image/apex/Makefile
@@
-19,6
+19,7
@@
PKG_SOURCE_URL:=ftp://ftp.buici.com/pub/apex/ \
PKG_MD5SUM:=5feb7a05431e5e8a4aa36fb23347de8e
include $(INCLUDE_DIR)/package.mk
PKG_MD5SUM:=5feb7a05431e5e8a4aa36fb23347de8e
include $(INCLUDE_DIR)/package.mk
+export GCC_HONOUR_COPTS=s
define Build/Configure
$(MAKE) -C $(PKG_BUILD_DIR) \
define Build/Configure
$(MAKE) -C $(PKG_BUILD_DIR) \
@@
-30,6
+31,7
@@
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
+ KBUILD_HAVE_NLS=no \
ARCH=arm \
all
endef
ARCH=arm \
all
endef
This page took
0.025627 seconds
and
4
git commands to generate.