From cedfe135ab102ac2f8390dd82b496de3c383d3cc Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 10 Mar 2014 18:58:49 +0000 Subject: target/sdk: generate a Config.in file with the settings of the build that the SDK was generated from This allows make oldconfig/menuconfig to run Signed-off-by: Felix Fietkau SVN-Revision: 39864 --- target/sdk/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/sdk/Makefile') diff --git a/target/sdk/Makefile b/target/sdk/Makefile index 2318f4d09b..376aef8eb0 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -64,6 +64,7 @@ $(BIN_DIR)/$(SDK_NAME).tar.bz2: clean rm -rf \ $(SDK_BUILD_DIR)/target/linux/*/files* \ $(SDK_BUILD_DIR)/target/linux/*/patches* + ./convert-config.pl $(TOPDIR)/.config > $(SDK_BUILD_DIR)/Config-build.in $(CP) -L \ $(TOPDIR)/LICENSE \ $(TOPDIR)/rules.mk \ -- cgit v1.2.3