fix tty close patch (#1651)
[openwrt-10.03/.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 }