X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b83eec6384a244d5c9b27647ea3694f26f7049af..f5275883b9d1df3c13b99c94f71b1b4a3192045f:/package/busybox/Makefile diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 97235fce7..60daf8d7d 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_RELEASE:=1 +PKG_VERSION:=1.16.1 +PKG_RELEASE:=6 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:=319486ec65078d07fde26eb620fecde7 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