X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f733f725d5939fdf4e95de1cebe2b3340b4cff2e..733f605a17e5ef598450cb30b5a92891c7e0da2b:/package/busybox/Makefile diff --git a/package/busybox/Makefile b/package/busybox/Makefile index c61e3f478..d30be0de7 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,7 +9,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.17.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 +PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads \ @@ -62,10 +63,6 @@ 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) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" \