summaryrefslogtreecommitdiff
path: root/package/boot
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-01-24 00:07:48 +0000
committerLuka Perkov <luka@openwrt.org>2014-01-24 00:07:48 +0000
commitad48ba11db154cd6408c03c8442204c9206d4a68 (patch)
tree84d05fd7c3e7a7b08a4fdfe446f29496144e493e /package/boot
parent56136c0f3429d3edd3f57c0268bb32c1b94ee43d (diff)
downloadmtk-20170518-ad48ba11db154cd6408c03c8442204c9206d4a68.zip
mtk-20170518-ad48ba11db154cd6408c03c8442204c9206d4a68.tar.gz
mtk-20170518-ad48ba11db154cd6408c03c8442204c9206d4a68.tar.bz2
uboot-envtools: add support for wndr3700
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39380
Diffstat (limited to 'package/boot')
-rw-r--r--package/boot/uboot-envtools/Makefile4
-rw-r--r--package/boot/uboot-envtools/files/ar71xx5
2 files changed, 5 insertions, 4 deletions
diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile
index 0a304ac..8f05288 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:= \
diff --git a/package/boot/uboot-envtools/files/ar71xx b/package/boot/uboot-envtools/files/ar71xx
index 9464bad..574f149 100644
--- a/package/boot/uboot-envtools/files/ar71xx
+++ b/package/boot/uboot-envtools/files/ar71xx
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2011-2013 OpenWrt.org
+# Copyright (C) 2011-2014 OpenWrt.org
#
[ -e /etc/config/ubootenv ] && exit 0
@@ -19,7 +19,8 @@ cap4200ag | \
hornet-ub | \
hornet-ub-x2 | \
mr600 | \
-mr600v2)
+mr600v2 | \
+wndr3700)
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
;;
alfa-ap96 | \