diff options
author | John Crispin <blogic@openwrt.org> | 2012-11-13 13:14:59 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-11-13 13:14:59 +0000 |
commit | ee2c64a6487191b5f1248580c557328adc39ddd8 (patch) | |
tree | 4237e6ef7d78c8c61bc8f88d3427dcd7af85609f /package | |
parent | f136d10570388ff22d1f9197ec8890922e706ae8 (diff) | |
download | upstream-ee2c64a6487191b5f1248580c557328adc39ddd8.tar.gz upstream-ee2c64a6487191b5f1248580c557328adc39ddd8.tar.bz2 upstream-ee2c64a6487191b5f1248580c557328adc39ddd8.zip |
beta2 -> rc1
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34185 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/base-files/image-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in index 2e15d16084..dfc7fb6c58 100644 --- a/package/base-files/image-config.in +++ b/package/base-files/image-config.in @@ -169,7 +169,7 @@ menuconfig VERSIONOPT config VERSION_REPO string prompt "Release repository" if VERSIONOPT - default "http://downloads.openwrt.org/attitude_adjustment/12.09-beta2/%S/packages" if VERSIONOPT + default "http://downloads.openwrt.org/attitude_adjustment/12.09-rc1/%S/packages" if VERSIONOPT help This is the repository address embedded in the image, it defaults to the trunk snapshot repo; the url may contain the following placeholders: |