diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-12 22:04:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-12 22:04:09 +0000 |
commit | ea5904ff9370a7b735ced24a7c92856c25a5632c (patch) | |
tree | 09bd0dc5e19a6589c837f44050c77b9fdaf11bd2 /target/imagebuilder/files/repositories.conf | |
parent | d3e206ad96e1ed4491d6408bff4c4aaaad466342 (diff) | |
download | upstream-ea5904ff9370a7b735ced24a7c92856c25a5632c.tar.gz upstream-ea5904ff9370a7b735ced24a7c92856c25a5632c.tar.bz2 upstream-ea5904ff9370a7b735ced24a7c92856c25a5632c.zip |
- sync with host opkg changes - get rid of autogenerated opkg.conf - utilize dl/ as package cache, useful for remote downloads
SVN-Revision: 23039
Diffstat (limited to 'target/imagebuilder/files/repositories.conf')
-rw-r--r-- | target/imagebuilder/files/repositories.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/imagebuilder/files/repositories.conf b/target/imagebuilder/files/repositories.conf index a8bb183455..4a55adb859 100644 --- a/target/imagebuilder/files/repositories.conf +++ b/target/imagebuilder/files/repositories.conf @@ -1,5 +1,6 @@ ## Place your custom repositories here, they must match the architecture and version. -## The special placeholder "$A" can be used to specify the current package architecture. - # src/gz snapshots http://downloads.openwrt.org/snapshots/trunk/$A/packages # src custom file:///usr/src/openwrt/bin/$A/packages + +## This is the local package repository, do not remove! +src imagebuilder file:packages |