From: Jo-Philipp Wich Date: Sun, 8 Jan 2012 16:52:41 +0000 (+0000) Subject: make prepare_kernel_conf target depend on quilt instead of sed. Preparing the source... X-Git-Tag: reboot~15201 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=690701d26e73e6528efb97fd6739cc045312c281;ds=sidebyside make prepare_kernel_conf target depend on quilt instead of sed. Preparing the source tree requires quilt and installing quilt implies installing sed. SVN-Revision: 29697 --- diff --git a/include/toplevel.mk b/include/toplevel.mk index 19b25d3392..d2c8e5eb0c 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -91,9 +91,9 @@ menuconfig: scripts/config/mconf prepare-tmpinfo FORCE prepare_kernel_conf: .config FORCE -ifeq ($(wildcard staging_dir/host/bin/sed),) +ifeq ($(wildcard staging_dir/host/bin/quilt),) prepare_kernel_conf: - @+$(SUBMAKE) -r tools/sed/install + @+$(SUBMAKE) -r tools/quilt/install else prepare_kernel_conf: ; endif