revert bad firewall patch
[openwrt.git] / openwrt / package / base-files / default / etc / profile
index 1d98ae3..e3abe69 100644 (file)
@@ -9,3 +9,4 @@ alias vim=vi
 
 arp() { cat /proc/net/arp; }
 ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
+reboot() { ifdown wan 2>&1 >/dev/null ; /sbin/reboot; }
This page took 0.02093 seconds and 4 git commands to generate.