diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-09 07:09:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-09 07:09:44 +0000 |
commit | fb684d26f36d526a75b7fad01fe8175007e6be07 (patch) | |
tree | 79fc1e0a1aeac411cd1abd1ed497c5d88a6ae6a5 /package/base-files/files/etc | |
parent | d444a280c23c3e77b01d6740b09a9d786979b4dd (diff) | |
download | upstream-fb684d26f36d526a75b7fad01fe8175007e6be07.tar.gz upstream-fb684d26f36d526a75b7fad01fe8175007e6be07.tar.bz2 upstream-fb684d26f36d526a75b7fad01fe8175007e6be07.zip |
add second package source for packages built from the /packages repository fix up first package source (should be release, not snapshots on 7.07)
SVN-Revision: 7897
Diffstat (limited to 'package/base-files/files/etc')
-rw-r--r-- | package/base-files/files/etc/ipkg.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/base-files/files/etc/ipkg.conf b/package/base-files/files/etc/ipkg.conf index 2931d2cf80..6f5f3e1ea2 100644 --- a/package/base-files/files/etc/ipkg.conf +++ b/package/base-files/files/etc/ipkg.conf @@ -1,3 +1,4 @@ -src snapshots http://openwrt.org/downloads/snapshots/$S/packages +src snapshots http://downloads.openwrt.org/snapshots/$S/packages +src packages http://downloads.openwrt.org/kamikaze/packages/$A dest root / dest ram /tmp |