X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/4f17fe653b4bf22aa059b5f5fa5678ceebc18a67..7fa8018c59f373a3fc61bcc990988b47420dff9d:/package/busybox/Makefile diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 2688777c0..1ad407400 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -13,7 +13,8 @@ PKG_VERSION:=1.3.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://www.busybox.net/downloads +PKG_SOURCE_URL:=http://www.busybox.net/downloads \ + http://distfiles.gentoo.org/distfiles/ PKG_MD5SUM:=571531cfa83726947ccb566de017ad4f PKG_CAT:=bzcat @@ -74,7 +75,7 @@ define Package/busybox/install IPKG_ARCH="$(ARCH)" \ CONFIG_PREFIX="$(1)" \ install - mkdir -p $(1)/etc/init.d + $(INSTALL_DIR) $(1)/etc/init.d for tmp in $(init-y); do \ $(INSTALL_BIN) ./files/$$$$tmp $(1)/etc/init.d/$$$$tmp; \ done