Skip to content
Snippets Groups Projects
Select Git revision
  • 3f580920238e546b9269d91f7e004e0b27b5bb24
  • v2018.2.x default
  • experimental
  • master
  • v2021.1.2-ffs
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • v2020.2.2-ffs
  • v2020.2.1-ffs
  • v2020.2-ffs
  • v2020.2.x
  • v2020.1.3-ffs
  • v2020.1.1-ffs
  • v2020.1-ffs
  • v2019.1.2-ffs
  • v2019.1.1-ffs
  • nrb/test-radv-filter
  • v2019.1-ffs
  • nrbffs/netgear-ex6120
  • v2021.1.2-ffs0.2
  • v2021.1.2-ffs0.1
  • v2021.1.1-ffs0.4
  • v2021.1.1-ffs0.3
  • v2021.1.1-ffs0.2
  • v2021.1.1-ffs0.1
  • v2021.1-ffs0.1
  • v2020.2.3-ffs0.3
  • v2020.2.3-ffs0.2
  • v2020.2.3-ffs0.1
  • v2020.2.2-ffs0.1
  • v2020.2.1-ffs0.1
  • v2020.2-ffs0.1
  • v2020.2
  • v2020.2.x-ffs0.1
  • v2020.1.3-ffs0.1
  • v2020.1.1-ffs0.1
  • v2020.1-ffs0.1
  • v2019.1.2-ffs0.1
  • v2019.1.1-ffs0.1
42 results

0008-ar71xx-add-user-space-support-for-TL-WDR3500-board.patch

Blame
  • Forked from firmware / FFS Gluon
    5231 commits behind the upstream repository.
    user avatar
    Matthias Schiffer authored
    3f580920
    History
    0008-ar71xx-add-user-space-support-for-TL-WDR3500-board.patch 1.47 KiB
    From: juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
    Date: Fri, 1 Feb 2013 15:50:32 +0000
    Subject: ar71xx: add user-space support for TL-WDR3500 board
    
    Based on http://patchwork.openwrt.org/patch/3208/
    
    Thanks-to: Paul Fertser <fercerpav@gmail.com>
    Signed-off-by: Gui Iribarren <gui@altermundi.net>
    Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
    
    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35424 3c298f89-4303-0410-b956-a3cf2f4a3e73
    
    diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
    index fe7c910..8d71352 100755
    --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
    +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
    @@ -123,6 +123,9 @@ tplink_board_detect() {
     	"342000"*)
     		model="TP-Link TL-MR3420"
     		;;
    +	"350000"*)
    +		model="TP-Link TL-WDR3500"
    +		;;
     	"360000"*)
     		model="TP-Link TL-WDR3600"
     		;;
    @@ -357,6 +360,9 @@ ar71xx_board_detect() {
     	*"TL-WA901ND v2")
     		name="tl-wa901nd-v2"
     		;;
    +	*"TL-WDR3500")
    +		name="tl-wdr3500"
    +		;;
     	*"TL-WDR3600/4300/4310")
     		name="tl-wdr4300"
     		;;
    diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
    index 49b1de9..e52ad9e 100755
    --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
    +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
    @@ -155,6 +155,7 @@ platform_check_image() {
     	tl-wa7510n | \
     	tl-wa901nd | \
     	tl-wa901nd-v2 | \
    +	tl-wdr3500 | \
     	tl-wdr4300 | \
     	tl-wr703n | \
     	tl-wr741nd | \