Add an 'Image Configuration' menu to menuconfig
authorFelix Fietkau <nbd@openwrt.org>
Fri, 16 Mar 2007 03:02:31 +0000 (03:02 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 16 Mar 2007 03:02:31 +0000 (03:02 +0000)
commit71f07f857b475e3d105d96993b518360873a8e00
tree392f9df044ecb4fd824e3915ec78f39a4e54746b
parent42eb50c21333611fa05442b052adb8cf2a35dbf4
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
include/package-dumpinfo.mk
include/package-ipkg.mk
package/Makefile
package/base-files/files/bin/uci
package/base-files/files/etc/init.d/config [new file with mode: 0755]
package/base-files/files/lib/config/uci.sh
scripts/gen_deps.pl [deleted file]
scripts/metadata.pl
target/sdk/files/Makefile