diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2007-04-20 14:01:12 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2007-04-20 14:01:12 +0000 |
commit | b6efa562bf47b5d560519148449e449d2761e903 (patch) | |
tree | 904cb51ac5ab86c930bfb34f707e73d40b8a7240 /target/linux | |
parent | 6e7f51399d63450c8dbe64587334bc1768dbb98b (diff) | |
download | upstream-b6efa562bf47b5d560519148449e449d2761e903.tar.gz upstream-b6efa562bf47b5d560519148449e449d2761e903.tar.bz2 upstream-b6efa562bf47b5d560519148449e449d2761e903.zip |
Changed the default ipkg download location for at91 platforms to my
web server
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7010 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/at91-2.6/base-files/default/etc/ipkg.conf | 3 |
1 files changed, 3 insertions, 0 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 new file mode 100644 index 0000000000..9b00f874e4 --- /dev/null +++ b/target/linux/at91-2.6/base-files/default/etc/ipkg.conf @@ -0,0 +1,3 @@ +src snapshots http://vlink.guthrie.homedns.org/vlink2 +dest root / +dest ram /tmp |