diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-04-04 16:06:25 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-04-04 16:06:25 +0000 |
commit | 69d74cf63c6e08312d3fbfa637bc0c9d28a909cf (patch) | |
tree | 7e996adfc2065490ef96cc39bf9f3d744a0c942f /tools/wrt350nv2-builder/Makefile | |
parent | e725f46aeefc24e64344cb13227d2817bc0fea45 (diff) | |
download | upstream-69d74cf63c6e08312d3fbfa637bc0c9d28a909cf.tar.gz upstream-69d74cf63c6e08312d3fbfa637bc0c9d28a909cf.tar.bz2 upstream-69d74cf63c6e08312d3fbfa637bc0c9d28a909cf.zip |
[orion] update wrt350nv2-builder to v2.4 and use new functionality for target orion_generic
Signed-off-by: Matthias Bücher <mail@maddes.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31199 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/wrt350nv2-builder/Makefile')
-rw-r--r-- | tools/wrt350nv2-builder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/wrt350nv2-builder/Makefile b/tools/wrt350nv2-builder/Makefile index 689fd32a53..ccb66b6307 100644 --- a/tools/wrt350nv2-builder/Makefile +++ b/tools/wrt350nv2-builder/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wrt350nv2-builder -PKG_VERSION:=2.3 +PKG_VERSION:=2.4 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/${PKG_NAME}-$(PKG_VERSION) |