diff options
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 |