9796f7f26e
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40015 3c298f89-4303-0410-b956-a3cf2f4a3e73
8 lines
106 B
Bash
8 lines
106 B
Bash
#!/bin/sh
|
|
|
|
[ "$ACTION" == "ifup" ] || exit 0
|
|
|
|
[ "$INTERFACE" = "wan" ] && {
|
|
/etc/init.d/chilli restart
|
|
}
|