diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-12 23:08:13 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-12 23:08:13 +0000 |
commit | 9852ed4a4410ce77577c12a0722b61e7a3498985 (patch) | |
tree | 83438790a7e2af6c8a25a30ef45cec4c8327f7b5 /target/imagebuilder/files | |
parent | c67b119f1a4a32e1d89939acbf2a2c1b14673a0e (diff) |
[imagebuilder] populate repositories.conf from version.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31268 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/imagebuilder/files')
-rw-r--r-- | target/imagebuilder/files/repositories.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/imagebuilder/files/repositories.conf b/target/imagebuilder/files/repositories.conf index 4a55adb859..708855eb8c 100644 --- a/target/imagebuilder/files/repositories.conf +++ b/target/imagebuilder/files/repositories.conf @@ -1,6 +1,6 @@ ## Place your custom repositories here, they must match the architecture and version. -# src/gz snapshots http://downloads.openwrt.org/snapshots/trunk/$A/packages -# src custom file:///usr/src/openwrt/bin/$A/packages +# src/gz %n %U +# src custom file:///usr/src/openwrt/bin/%T/packages ## This is the local package repository, do not remove! src imagebuilder file:packages |