projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: override mtd partitions for the TEW-632BRP family
[openwrt.git]
/
package
/
busybox
/
Makefile
diff --git
a/package/busybox/Makefile
b/package/busybox/Makefile
index
eb0f098
..
508c3e9
100644
(file)
--- a/
package/busybox/Makefile
+++ b/
package/busybox/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
PKG_VERSION:=1.14.4
PKG_NAME:=busybox
PKG_VERSION:=1.14.4
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.busybox.net/downloads \
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.busybox.net/downloads \
@@
-59,6
+59,10
@@
define Build/Configure
oldconfig
endef
oldconfig
endef
+ifdef CONFIG_GCC_VERSION_LLVM
+ TARGET_CFLAGS += -fnested-functions
+endif
+
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \
This page took
0.026115 seconds
and
4
git commands to generate.