summaryrefslogtreecommitdiff
path: root/openwrt/target/default
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-04-17 22:38:25 +0000
committerMike Baker <mbm@openwrt.org>2005-04-17 22:38:25 +0000
commit13031a44b085ea5564279672a04d16d74bdbb04f (patch)
tree3b70482d22b344966e21128e9c77819710de3798 /openwrt/target/default
parent939e2c0ac933b2299aeb3c15fd64113f7e78cde0 (diff)
downloadmtk-20170518-13031a44b085ea5564279672a04d16d74bdbb04f.zip
mtk-20170518-13031a44b085ea5564279672a04d16d74bdbb04f.tar.gz
mtk-20170518-13031a44b085ea5564279672a04d16d74bdbb04f.tar.bz2
add cheapass arp
SVN-Revision: 657
Diffstat (limited to 'openwrt/target/default')
-rw-r--r--openwrt/target/default/target_skeleton/etc/profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/target/default/target_skeleton/etc/profile b/openwrt/target/default/target_skeleton/etc/profile
index 29cd340..b63dc8e 100644
--- a/openwrt/target/default/target_skeleton/etc/profile
+++ b/openwrt/target/default/target_skeleton/etc/profile
@@ -6,4 +6,6 @@ export PS1='\u@\h:\w\$ '
alias less=more
alias vim=vi
+
+arp() { cat /proc/net/arp; }
ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }