revert to using *_ifnames internally, too many problems with firewall, ppp, etc....
[openwrt.git] / package / base-files / default / etc / init.d / S98done
1 #!/bin/sh
2 # Copyright (C) 2006 OpenWrt.org
3
4 sysctl -p >&-
5
6 # automagically run firstboot
7 { mount|grep "on / type tmpfs" 1>&-; } && {
8 lock /tmp/.switch2jffs
9 firstboot switch2jffs
10 lock -u /tmp/.switch2jffs
11 }
This page took 0.045874 seconds and 5 git commands to generate.