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)
commit97276e7bf0218aed134c13c5db8f410a1ceebdea
tree392f9df044ecb4fd824e3915ec78f39a4e54746b
parent0241b19768532635b521bf35f7746d4fc37ae91e
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
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