diff options
author | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-20 14:01:12 +0000 |
---|---|---|
committer | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-20 14:01:12 +0000 |
commit | ad550c79846a4e1e87ba31eda8d700d04ee28534 (patch) | |
tree | 904cb51ac5ab86c930bfb34f707e73d40b8a7240 /target | |
parent | 689e3276149d07b86603c77d9f5969b474283fee (diff) |
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')
-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 000000000..9b00f874e --- /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 |