diff options
author | Luka Perkov <luka@openwrt.org> | 2014-01-24 00:07:48 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-01-24 00:07:48 +0000 |
commit | 6f3bf6a7b9edb926e76b9159c0c3d27f938a94cc (patch) | |
tree | b563764b80992a34530a2e18b159506596d4e19c /package/boot/uboot-envtools/Makefile | |
parent | 012e39533b6d6023d77ef718f8e00f4f8ded6fc1 (diff) | |
download | upstream-6f3bf6a7b9edb926e76b9159c0c3d27f938a94cc.tar.gz upstream-6f3bf6a7b9edb926e76b9159c0c3d27f938a94cc.tar.bz2 upstream-6f3bf6a7b9edb926e76b9159c0c3d27f938a94cc.zip |
[package] uboot-envtools: add support for wndr3700
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39380 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-envtools/Makefile')
-rw-r--r-- | package/boot/uboot-envtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile index 0a304ac0bb..8f052889e9 100644 --- a/package/boot/uboot-envtools/Makefile +++ b/package/boot/uboot-envtools/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2013 OpenWrt.org +# Copyright (C) 2006-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uboot-envtools PKG_DISTNAME:=u-boot PKG_VERSION:=2013.10 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:= \ |