X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fbusybox%2FMakefile;h=b6630225cda4430c85accb775afb0782ef4ae842;hp=9cad7e5c929f25fdcecf5b21500675d9ecdaa228;hb=d31762494f1559794f92824c46e1c0f8597d4421;hpb=878a3e2662db9a2f5a7ce161e7904988d7bff0e8 diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 9cad7e5c92..b6630225cd 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_VERSION:=1.4.2 -PKG_RELEASE:=3 +PKG_VERSION:=1.8.2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads \ http://distfiles.gentoo.org/distfiles/ -PKG_MD5SUM:=b4c61fb15642be9dde20e8493788c585 +PKG_MD5SUM:=5794c6187c7cc8176c52b96af9bf2478 include $(INCLUDE_DIR)/package.mk @@ -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 @@ -56,6 +56,7 @@ define Build/Configure CC="$(TARGET_CC)" \ CROSS_COMPILE="$(TARGET_CROSS)" \ ARCH="$(ARCH)" \ + HOST_LOADLIBES=-lintl \ oldconfig endef @@ -70,7 +71,7 @@ define Build/Compile endef define Package/busybox/install - find $(PKG_BUILD_DIR) -lname "*busybox" -exec rm \{\} \; + $(FIND) $(PKG_BUILD_DIR) -lname "*busybox" -exec rm \{\} \; $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" \ CROSS_COMPILE="$(TARGET_CROSS)" \