X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/752ad9f0cad9a1de805218059921252a27aa80b8..18cc5a381028ae43f34ab45caba64df9a0d12b47:/package/busybox/Makefile diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 214b7f3c9..3a06ad0ea 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.16.1 -PKG_RELEASE:=2 +PKG_RELEASE:=7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads \ @@ -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