fix bug #156, thx for reporting
[openwrt.git] / package / busybox / Makefile
index 907a848..9610ebf 100644 (file)
@@ -3,7 +3,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=busybox
-PKG_RELEASE:=2
+PKG_RELEASE:=1
 
 ifeq ($(strip $(BR2_PACKAGE_BUSYBOX_SNAPSHOT)),y)
 # Be aware that this changes daily....
@@ -13,11 +13,11 @@ PKG_SOURCE:=$(PKG_NAME)-snapshot.tar.bz2
 PKG_SOURCE_URL:=http://www.busybox.net/downloads/snapshots
 PKG_MD5SUM:=x
 else
-PKG_VERSION:=1.00
+PKG_VERSION:=1.1.0-pre1
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://www.busybox.net/downloads
-PKG_MD5SUM:=5c7ea9b5d3b3677dfcdcec38b281a756
+PKG_MD5SUM:=68298d6ae3195017216f794f46d39d8d
 endif
 PKG_CAT:=bzcat
 
@@ -39,5 +39,4 @@ $(IPKG_BUSYBOX):
        $(MAKE) CC=$(TARGET_CC) CROSS="$(TARGET_CROSS)" PREFIX="$(IDIR_BUSYBOX)" \
                EXTRA_CFLAGS="$(TARGET_CFLAGS)" -C $(PKG_BUILD_DIR) install
        $(STRIP) $(IDIR_BUSYBOX)/bin/busybox
-       -chmod a+x $(IDIR_BUSYBOX)/usr/share/udhcpc/default.script
        $(IPKG_BUILD) $(IDIR_BUSYBOX) $(PACKAGE_DIR)
This page took 0.025788 seconds and 4 git commands to generate.