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 | 7bdb5dcae0d873bf99f34a1e3e1ca3fdfc7c6ab2 (patch) | |
tree | d754fe8697f65130331685f5168b3a4aeb81ea04 /target/linux/at91-2.6 | |
parent | 09dce2ef043f30acd53b0874d4c0fc2f62297c89 (diff) | |
download | upstream-7bdb5dcae0d873bf99f34a1e3e1ca3fdfc7c6ab2.tar.gz upstream-7bdb5dcae0d873bf99f34a1e3e1ca3fdfc7c6ab2.tar.bz2 upstream-7bdb5dcae0d873bf99f34a1e3e1ca3fdfc7c6ab2.zip |
Changed the default ipkg download location for at91 platforms to my web server
SVN-Revision: 7010
Diffstat (limited to 'target/linux/at91-2.6')
-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 |