diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-16 03:02:31 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-16 03:02:31 +0000 |
commit | a1aed6ae611ddd61a0aaebbbc591550113c0ff3b (patch) | |
tree | 392f9df044ecb4fd824e3915ec78f39a4e54746b /target/sdk/files | |
parent | 11817df895416f11b77a47574d0f85417d0e549c (diff) |
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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6572 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/sdk/files')
-rw-r--r-- | target/sdk/files/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/sdk/files/Makefile b/target/sdk/files/Makefile index ba488e380..7f42b697a 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 |