mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-06 19:31:57 +02:00
6 lines
69 B
Bash
6 lines
69 B
Bash
#!/bin/sh
|
|
|
|
# set default route
|
|
/sbin/route add default gw $IPREMOTE
|
|
|