add K* scripts to be run at shutdown
[openwrt/staging/chunkeey.git] / package / base-files / files / etc / profile
index 001fb2062b85fed7491f414a987303e86cb5ef24..8aac3b752779ecd3df5bf87f82220cc21731ebe1 100644 (file)
@@ -12,4 +12,3 @@ alias more=less
 
 arp() { cat /proc/net/arp; }
 [ -z /bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
-reboot() { ifdown wan 2>&1 >/dev/null ; /sbin/reboot; }