Davide Scaini schrieb: > > 2) Check if you have duplicate packages > opkg list_installed
Looks ok: # Count the packages cutted after r...@om-gta02 ~ $ cat opkg_list_installed | cut -d " " -f 1 |wc -l 856 # Count r...@om-gta02 ~ $ cat opkg_list_installed | cut -d " " -f 1 | sort -u |wc -l 856 Mfg... Pierre _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
