X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/b83eec6384a244d5c9b27647ea3694f26f7049af..a1fc7ca1b23c2b43b8cff25d712f376edd009094:/package/busybox/Makefile diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 97235fce7..128a0dea1 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_VERSION:=1.15.3 +PKG_VERSION:=1.16.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads \ http://distfiles.gentoo.org/distfiles/ -PKG_MD5SUM:=6059ac9456de6fb18dc8ee4cd0ec9240 +PKG_MD5SUM:=2ba980f720a5bdce4ec05423519acc35 include $(INCLUDE_DIR)/package.mk @@ -42,11 +42,7 @@ define Package/busybox/description endef define Package/busybox/config - menu "Configuration" - depends on PACKAGE_busybox - source "$(SOURCE)/target-config.in" - source "$(SOURCE)/config/Config.in" - endmenu + source "$(SOURCE)/Config.in" endef define Build/Configure @@ -64,6 +60,10 @@ ifdef CONFIG_GCC_VERSION_LLVM TARGET_CFLAGS += -fnested-functions endif +ifdef CONFIG_GCC_VERSION_4_5_0 + TARGET_CFLAGS += -fno-tree-pta +endif + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" \