diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-12 23:08:13 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-12 23:08:13 +0000 |
commit | 3cb72f38fda3b3b94bb866b8a37001396ac2f784 (patch) | |
tree | 56ab35bedaf0415eed2d89397581f88eb514110a /target/imagebuilder/files/repositories.conf | |
parent | d8540259cab2e430a22f2d908529a5faf65d64ca (diff) | |
download | upstream-3cb72f38fda3b3b94bb866b8a37001396ac2f784.tar.gz upstream-3cb72f38fda3b3b94bb866b8a37001396ac2f784.tar.bz2 upstream-3cb72f38fda3b3b94bb866b8a37001396ac2f784.zip |
populate repositories.conf from version.mk
SVN-Revision: 31268
Diffstat (limited to 'target/imagebuilder/files/repositories.conf')
-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 |