diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-10 18:58:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-10 18:58:49 +0000 |
commit | a9463d966a7956e5ceb6f9de3a2e549302d96abb (patch) | |
tree | be3fd8fedd1c88bf3d6d25d12c36409bbc1105db /target/sdk/Makefile | |
parent | 518922ae58722582e6b32eb20608a9f5d1cfa788 (diff) | |
download | upstream-a9463d966a7956e5ceb6f9de3a2e549302d96abb.tar.gz upstream-a9463d966a7956e5ceb6f9de3a2e549302d96abb.tar.bz2 upstream-a9463d966a7956e5ceb6f9de3a2e549302d96abb.zip |
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 <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39864 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/sdk/Makefile')
-rw-r--r-- | target/sdk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |