mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
beac990354
SVN-Revision: 88
6 lines
69 B
Bash
6 lines
69 B
Bash
#!/bin/sh
|
|
|
|
# set default route
|
|
/sbin/route add default gw $IPREMOTE
|
|
|