X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/c69b535a6bad7467f52d025dae1b5c77f0f77830..e2b0a0cc9aa0c95f9eef48c44ffba0ded73a2ea3:/package/busybox/Makefile diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 530b02767..304960152 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -16,9 +16,6 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads \ http://distfiles.gentoo.org/distfiles/ PKG_MD5SUM:=5728403bce309cdabcffa414e2e64052 -PKG_CAT:=bzcat - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk @@ -41,6 +38,7 @@ The Swiss Army Knife of embedded Linux. endef define Package/busybox/config + source "$(SOURCE)/target-config.in" menu "Configuration" depends on PACKAGE_busybox source "$(SOURCE)/config/Config.in"