AA: 12.09.01
authorJohn Crispin <john@openwrt.org>
Mon, 1 Jul 2013 09:13:56 +0000 (09:13 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 1 Jul 2013 09:13:56 +0000 (09:13 +0000)
set repo and version to 12.09.1

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37113

feeds.conf.default
include/version.mk
package/base-files/image-config.in

index 13adba71e39f23f67db6fb40979803787c6c9b51..c9a196c734e5f2da24e675bb455e7ca38bc831dc 100644 (file)
@@ -1,4 +1,4 @@
-src-svn packages svn://svn.openwrt.org/openwrt/branches/packages_12.09
+src-svn packages svn://svn.openwrt.org/openwrt/branches/packages_12.09.1
 src-svn xwrt http://x-wrt.googlecode.com/svn/trunk/package
 src-svn luci http://svn.luci.subsignal.org/luci/branches/luci-0.11/contrib/package
 src-git routing git://github.com/openwrt-routing/packages.git;for-12.09.x
index 148903e7c5c6ef35c090a7aecc13efc1d699652e..b9807e4b74f9a96999e48512783eab35616b40b1 100644 (file)
@@ -15,7 +15,7 @@ PKG_CONFIG_DEPENDS += \
        CONFIG_VERSION_DIST
 
 VERSION_NUMBER:=$(call qstrip,$(CONFIG_VERSION_NUMBER))
-VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),12.09)
+VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),12.09.1)
 
 VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_NUMBER))
 VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),Attitude Adjustment)
@@ -24,7 +24,7 @@ VERSION_NICK:=$(call qstrip,$(CONFIG_VERSION_NICK))
 VERSION_NICK:=$(if $(VERSION_NICK),$(VERSION_NICK),$(RELEASE))
 
 VERSION_REPO:=$(call qstrip,$(CONFIG_VERSION_REPO))
-VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.openwrt.org/attitude_adjustment/12.09/%S/packages)
+VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.openwrt.org/attitude_adjustment/12.09.1/%S/packages)
 
 VERSION_DIST:=$(call qstrip,$(CONFIG_VERSION_DIST))
 VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),OpenWrt)
index 07e1db60d7dfb4a0e51022050a19350eec0af482..137135634baaa46bdfefe96e16c72259a079f7c1 100644 (file)
@@ -169,7 +169,7 @@ menuconfig VERSIONOPT
        config VERSION_REPO
                string
                prompt "Release repository" if VERSIONOPT
-               default "http://downloads.openwrt.org/attitude_adjustment/12.09/%S/packages" if VERSIONOPT
+               default "http://downloads.openwrt.org/attitude_adjustment/12.09.1/%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: