2
0
forked from Ivasoft/openwrt

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
This commit is contained in:
Felix Fietkau
2007-03-16 03:02:31 +00:00
parent 7b1a36cab4
commit 2c62bddcfe
9 changed files with 166 additions and 115 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=15
start() {
include /lib/config
uci_apply_defaults
}