diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-08 00:36:35 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-08 00:36:35 +0000 |
commit | 699876fa6b30be6a3fa11db92bce249d090aeb85 (patch) | |
tree | f2b33d2ee119f51b173d4bfc3be71d4fcc116690 /target/imagebuilder/files/repositories.conf | |
parent | 91118a9500eec1bededcdb8e2f0058368ca7f8b7 (diff) | |
download | upstream-699876fa6b30be6a3fa11db92bce249d090aeb85.tar.gz upstream-699876fa6b30be6a3fa11db92bce249d090aeb85.tar.bz2 upstream-699876fa6b30be6a3fa11db92bce249d090aeb85.zip |
- add a helper script to generate opkg.conf, attempt to detect package architecture from packages/ - fix package defaults when no package override is given, IB previously aggregated the defautls of all profiles - introduce a repositories.conf, allows using remote opkg repositories in imagebuilder
SVN-Revision: 22978
Diffstat (limited to 'target/imagebuilder/files/repositories.conf')
-rw-r--r-- | target/imagebuilder/files/repositories.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/imagebuilder/files/repositories.conf b/target/imagebuilder/files/repositories.conf new file mode 100644 index 0000000000..a8bb183455 --- /dev/null +++ b/target/imagebuilder/files/repositories.conf @@ -0,0 +1,5 @@ +## 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 |