X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/742ab3aa5608233bf45e42c357af9da907fb1de8..d4c3de0bb61cb8f738e892f4ae9f674d107ff7da:/package/busybox/Makefile diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 9638e9c5f..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:=3 +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