projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add missing .configured target that caused superfluous package rebuild, tweak package...
[openwrt.git]
/
obsolete-buildroot
/
sources
/
openwrt
/
root
/
etc
/
profile
diff --git
a/obsolete-buildroot/sources/openwrt/root/etc/profile
b/obsolete-buildroot/sources/openwrt/root/etc/profile
index
fdccce1
..
29cd340
100644
(file)
--- a/
obsolete-buildroot/sources/openwrt/root/etc/profile
+++ b/
obsolete-buildroot/sources/openwrt/root/etc/profile
@@
-6,3
+6,4
@@
export PS1='\u@\h:\w\$ '
alias less=more
alias vim=vi
+ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
This page took
0.021 seconds
and
4
git commands to generate.