don't override wan_ifname, if it's correct (eg. pppoe)
[openwrt.git] / openwrt / target / default / target_skeleton / etc / profile
1 #!/bin/sh
2 [ -f /etc/banner ] && cat /etc/banner
3
4 export PATH=/bin:/sbin:/usr/bin:/usr/sbin
5 export PS1='\u@\h:\w\$ '
6
7 alias less=more
8 alias vim=vi
9 ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
This page took 0.053265 seconds and 5 git commands to generate.