mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 03:56:15 +02:00
a1aed6ae61
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
10 lines
122 B
Bash
Executable File
10 lines
122 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
START=15
|
|
|
|
start() {
|
|
include /lib/config
|
|
uci_apply_defaults
|
|
}
|