X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fbusybox%2FMakefile;h=d13980ceb055b84cf822d90b2ad1d0ea019e1258;hb=37e53349f3133d09160984d7d91ed50e8c8b5471;hp=823a6774a61121804bbb398726617b7a1cead6fa;hpb=9ac93adcf7ed767ae6d53cc43804515c14a27fad;p=openwrt.git diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 823a6774a6..d13980ceb0 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:=1 +PKG_RELEASE:=3 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