On Fri, Aug 15, 2008 at 11:27:53 +0200, Lucas Bonnet wrote: > How can I translate this into opkg config files? I tried to change the > *.conf files in /etc/opkg but I can't seem to find a syntax that pleases > opkg. Since I'm the only one asking this, it must be obvious :) > > Would anyone be kind enough to post his "working with zecke's feeds" > .conf files? >
For unstable: cat <<EOD > /etc/opkg/unstable.conf src/gz unstable-all http://people.openmoko.org/~zecke/om2008.8-dev/all src/gz unstable-arm4vt http://people.openmoko.org/~zecke/om2008.8-dev/armv4t src/gz unstable-neo1973 http://people.openmoko.org/~zecke/om2008.8-dev/neo1973 src/gz unstable-om-gta02 http://people.openmoko.org/~zecke/om2008.8-dev/om-gta02 EOD For testing: cat <<EOD > /etc/opkg/testing.conf src/gz testing-all http://people.openmoko.org/~zecke/om2008.8-testing/all src/gz testing-arm4vt http://people.openmoko.org/~zecke/om2008.8-testing/armv4t src/gz testing-neo1973 http://people.openmoko.org/~zecke/om2008.8-testing/neo1973 src/gz testing-om-gta02 http://people.openmoko.org/~zecke/om2008.8-testing/om-gta02 EOD -- Håvard The less the people know how laws and sausages are made, the better do they sleep. -- Bismarck
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

