diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2007-06-05 04:01:46 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2007-06-05 04:01:46 +0000 |
commit | 375a21a4755f64761f37bc7172c089235091c63e (patch) | |
tree | c750159e9a15bdf5d1ba2ca72c1f3c6a27acc80f | |
parent | f22f5dfc3bf7e1025251ce10c2762e6478e1de41 (diff) | |
download | upstream-375a21a4755f64761f37bc7172c089235091c63e.tar.gz upstream-375a21a4755f64761f37bc7172c089235091c63e.tar.bz2 upstream-375a21a4755f64761f37bc7172c089235091c63e.zip |
Changed default ipkg source for new release
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7501 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/at91-2.6/base-files/default/etc/ipkg.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/at91-2.6/base-files/default/etc/ipkg.conf b/target/linux/at91-2.6/base-files/default/etc/ipkg.conf index 9b00f874e4..10c4f67c66 100644 --- a/target/linux/at91-2.6/base-files/default/etc/ipkg.conf +++ b/target/linux/at91-2.6/base-files/default/etc/ipkg.conf @@ -1,3 +1,3 @@ -src snapshots http://vlink.guthrie.homedns.org/vlink2 +src snapshots http://vlink.guthrie.homedns.org/vlink3 dest root / dest ram /tmp |