Remove HOST_LOADLIBES fix from busybox, caused problems.
[openwrt.git] / package / busybox / Makefile
index ec9a1ba..c5e103c 100644 (file)
@@ -9,13 +9,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=busybox
-PKG_VERSION:=1.4.2
+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
@@ -70,7 +70,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)" \
This page took 0.025812 seconds and 4 git commands to generate.