mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-18 08:30:22 +00:00
fix typo in S40network
SVN-Revision: 1735
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
[ -e /etc/config/network] && . /etc/config/network
|
||||
. /etc/functions.sh
|
||||
[ -e /etc/config/network ] && . /etc/config/network
|
||||
case "$1" in
|
||||
start|restart)
|
||||
ifup lan
|
||||
|
||||
Reference in New Issue
Block a user