Skip to content
Snippets Groups Projects
Commit ad48ba11 authored by Luka Perkov's avatar Luka Perkov
Browse files

uboot-envtools: add support for wndr3700


Signed-off-by: default avatarLuka Perkov <luka@openwrt.org>

SVN-Revision: 39380
parent 56136c0f
No related branches found
No related tags found
No related merge requests found
# #
# Copyright (C) 2006-2013 OpenWrt.org # Copyright (C) 2006-2014 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
...@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk ...@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=uboot-envtools PKG_NAME:=uboot-envtools
PKG_DISTNAME:=u-boot PKG_DISTNAME:=u-boot
PKG_VERSION:=2013.10 PKG_VERSION:=2013.10
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:= \ PKG_SOURCE_URL:= \
......
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2011-2013 OpenWrt.org # Copyright (C) 2011-2014 OpenWrt.org
# #
[ -e /etc/config/ubootenv ] && exit 0 [ -e /etc/config/ubootenv ] && exit 0
...@@ -19,7 +19,8 @@ cap4200ag | \ ...@@ -19,7 +19,8 @@ cap4200ag | \
hornet-ub | \ hornet-ub | \
hornet-ub-x2 | \ hornet-ub-x2 | \
mr600 | \ mr600 | \
mr600v2) mr600v2 | \
wndr3700)
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
;; ;;
alfa-ap96 | \ alfa-ap96 | \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment