Add an 'Image Configuration' menu to menuconfig Packages can export a list of config...
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)
commit2c62bddcfe20dc4691d13995bfe8c6e3d869d62f
tree1d41250dcc9cac9ed489fecf0f3eb42b8ecc69bb
parent7b1a36cab40624bc52a6475633d06cfb4ba11527
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