From a0e32e9e338fdf8f2201cbda92766d3edba1088f Mon Sep 17 00:00:00 2001 From: jow Date: Sun, 12 Sep 2010 22:04:09 +0000 Subject: [imagebuilder] - sync with host opkg changes - get rid of autogenerated opkg.conf - utilize dl/ as package cache, useful for remote downloads git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23039 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/imagebuilder/files/repositories.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'target/imagebuilder/files/repositories.conf') diff --git a/target/imagebuilder/files/repositories.conf b/target/imagebuilder/files/repositories.conf index a8bb18345..4a55adb85 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 -- cgit v1.2.3