aboutsummaryrefslogtreecommitdiffstats
path: root/target/imagebuilder/files/repositories.conf
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-09-08 00:36:35 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-09-08 00:36:35 +0000
commitc2739d2e24a5e0c0cf1563509374781955d9b9ad (patch)
tree0cd524ba71085d2707940f9521147c62f32d4407 /target/imagebuilder/files/repositories.conf
parenta5bd37b0f6177da1dfbb018f0221066de5c52759 (diff)
downloadupstream-c2739d2e24a5e0c0cf1563509374781955d9b9ad.tar.gz
upstream-c2739d2e24a5e0c0cf1563509374781955d9b9ad.tar.bz2
upstream-c2739d2e24a5e0c0cf1563509374781955d9b9ad.zip
[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
Diffstat (limited to 'target/imagebuilder/files/repositories.conf')
-rw-r--r--target/imagebuilder/files/repositories.conf5
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