summaryrefslogtreecommitdiff
path: root/target/sdk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-08-22 04:20:40 +0000
committerNicolas Thill <nico@openwrt.org>2008-08-22 04:20:40 +0000
commitfe47c704965e955b3e4085bb7ccad0a0b1cfc2c1 (patch)
tree9c07a88d41476c697290a6668073395c4702e170 /target/sdk
parent0bb4b7d7617a160db16ed16a54efbeef1599198e (diff)
downloadmtk-20170518-fe47c704965e955b3e4085bb7ccad0a0b1cfc2c1.zip
mtk-20170518-fe47c704965e955b3e4085bb7ccad0a0b1cfc2c1.tar.gz
mtk-20170518-fe47c704965e955b3e4085bb7ccad0a0b1cfc2c1.tar.bz2
add LICENSE & minimal Config.in files (closes: #3710)
SVN-Revision: 12367
Diffstat (limited to 'target/sdk')
-rw-r--r--target/sdk/Makefile2
-rw-r--r--target/sdk/files/Config.in1
2 files changed, 3 insertions, 0 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile
index a435056..6c75600 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 0000000..214466b
--- /dev/null
+++ b/target/sdk/files/Config.in
@@ -0,0 +1 @@
+source "tmp/.config-package.in"