X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/285cb4f1e160cf3a9f63f4ecc8c5f60f936ea59c..9268f753e21898a67bb74ede36d530307cc682ea:/openwrt/package/busybox/Makefile diff --git a/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile index 1e1968dcb..9610ebf39 100644 --- a/openwrt/package/busybox/Makefile +++ b/openwrt/package/busybox/Makefile @@ -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.01 +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:=f250842dae2854a38470ed16a46bba66 +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)