diff options
Diffstat (limited to 'target/sdk')
| -rw-r--r-- | target/sdk/Makefile | 2 | ||||
| -rw-r--r-- | target/sdk/files/Config.in | 1 | 
2 files changed, 3 insertions, 0 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile index a4350564e..6c7560006 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -32,9 +32,11 @@ $(BIN_DIR)/$(SDK_NAME).tar.bz2: clean  		$(SDK_BUILD_DIR)/target/linux/*/files \  		$(SDK_BUILD_DIR)/target/linux/*/patches  	$(CP) \ +		$(TOPDIR)/LICENSE \  		$(TOPDIR)/feeds.conf.default \  		$(TOPDIR)/rules.mk \  		$(TOPDIR)/.config \ +		./files/Config.in \  		./files/Makefile \  		./files/README.SDK \  		$(SDK_BUILD_DIR)/ diff --git a/target/sdk/files/Config.in b/target/sdk/files/Config.in new file mode 100644 index 000000000..214466b5b --- /dev/null +++ b/target/sdk/files/Config.in @@ -0,0 +1 @@ +source "tmp/.config-package.in"  | 
