Hi guys,
I want to share my little bash script to update shr without distroying my
existing kernel (a true 2.6.28).
It's really stupid, but maybe someone could find it interesting.
opkg list_upgradable > upgradable
cat upgradable | awk '{print $1}' | grep -v kernel | grep -v Multiple |
while read line
do echo "installing pack $line"
opkg install $line
done
I have a script called upgrade.sh and I run that one. If you don't want to
update for example tangogps (or wathever) just add
grep -v tangogps |
just before "while read line"...
my2cents
d
_______________________________________________
Openmoko community mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/community