Browse Source

add LICENSE & minimal Config.in files (closes: #3710)

SVN-Revision: 12367
Nicolas Thill 17 years ago
parent
commit
fe47c70496
2 changed files with 3 additions and 0 deletions
  1. 2 0
      target/sdk/Makefile
  2. 1 0
      target/sdk/files/Config.in

+ 2 - 0
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)/

+ 1 - 0
target/sdk/files/Config.in

@@ -0,0 +1 @@
+source "tmp/.config-package.in"