Move /sys on pivot_root too
[openwrt.git] / package / base-files / files / etc / init.d / config
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3
4 START=15
5
6 start() {
7 include /lib/config
8 uci_apply_defaults
9 }
This page took 0.040985 seconds and 5 git commands to generate.