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