From bb360f64a4d19376bacc78ec3ca3b9066f157d7f Mon Sep 17 00:00:00 2001 From: blogic Date: Wed, 13 Mar 2013 18:11:31 +0000 Subject: [busybox] make init and logread depend on !PROCD_INIT Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36005 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/busybox/Makefile') diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 7aaaf6cb1..f4553c0ff 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -17,6 +17,7 @@ PKG_SOURCE_URL:=http://www.busybox.net/downloads \ http://distfiles.gentoo.org/distfiles/ PKG_MD5SUM:=9c0cae5a0379228e7b55e5b29528df8e +PKG_CONFIG_DEPENDS:=CONFIG_PROCD_INIT PKG_BUILD_DEPENDS:=BUSYBOX_CONFIG_FEATURE_HAVE_RPC:librpc PKG_BUILD_PARALLEL:=1 @@ -112,6 +113,7 @@ define Package/busybox/install $(INSTALL_BIN) ./files/$$$$tmp $(1)/etc/init.d/$$$$tmp; \ done -rm -rf $(1)/lib64 + $(if $(CONFIG_PROCD_INIT),rm -f $(1)/sbin/init $(1)/sbin/logread) endef $(eval $(call BuildPackage,busybox)) -- cgit v1.2.3