summaryrefslogtreecommitdiff
path: root/target/sdk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-16 03:02:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-16 03:02:31 +0000
commit2c62bddcfe20dc4691d13995bfe8c6e3d869d62f (patch)
tree1d41250dcc9cac9ed489fecf0f3eb42b8ecc69bb /target/sdk
parent7b1a36cab40624bc52a6475633d06cfb4ba11527 (diff)
downloadmtk-20170518-2c62bddcfe20dc4691d13995bfe8c6e3d869d62f.zip
mtk-20170518-2c62bddcfe20dc4691d13995bfe8c6e3d869d62f.tar.gz
mtk-20170518-2c62bddcfe20dc4691d13995bfe8c6e3d869d62f.tar.bz2
Add an 'Image Configuration' menu to menuconfig Packages can export a list of config options with labels and data types through the metadata. The selected config values will be exported to the target filesystem in /etc/uci-defaults and applied on the first boot.
SVN-Revision: 6572
Diffstat (limited to 'target/sdk')
-rw-r--r--target/sdk/files/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/sdk/files/Makefile b/target/sdk/files/Makefile
index ba488e3..7f42b69 100644
--- a/target/sdk/files/Makefile
+++ b/target/sdk/files/Makefile
@@ -30,6 +30,9 @@ export TOPDIR
DEVELOPER=1
export DEVELOPER
+SDK=1
+export SDK
+
all: world
.pkginfo: FORCE