X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c21f714e30ff588cf3f7c9c0f351874b87453b95..559432f6fd39d56c43fd0eab4f56d287814a4405:/package/busybox/Makefile diff --git a/package/busybox/Makefile b/package/busybox/Makefile index ec9a1bad8..3844e879e 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.4.2 -PKG_RELEASE:=1 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads \ @@ -37,14 +37,14 @@ define Package/busybox endef define Package/busybox/description -The Swiss Army Knife of embedded Linux. - It slices, it dices, it makes Julian Fries. + The Swiss Army Knife of embedded Linux. + It slices, it dices, it makes Julian Fries. endef define Package/busybox/config - source "$(SOURCE)/target-config.in" menu "Configuration" depends on PACKAGE_busybox + source "$(SOURCE)/target-config.in" source "$(SOURCE)/config/Config.in" endmenu endef