From 67f09fa245578c136ac34804dad41f1e1d694e48 Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 8 Sep 2010 00:36:35 +0000 Subject: [imagebuilder] - 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22978 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/imagebuilder/files/repositories.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 target/imagebuilder/files/repositories.conf (limited to 'target/imagebuilder/files/repositories.conf') diff --git a/target/imagebuilder/files/repositories.conf b/target/imagebuilder/files/repositories.conf new file mode 100644 index 000000000..a8bb18345 --- /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 -- cgit v1.2.3