From 35b5b38316b2916f419ed4d02522baa200343638 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 30 May 2013 16:23:09 +0000 Subject: ar71xx: add user-space support for TP-LINK Archer C7 board Signed-off-by: Gabor Juhos SVN-Revision: 36789 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 2 ++ 2 files changed, 5 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 7cb015d77b..31c56aa448 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -222,6 +222,9 @@ ar71xx_board_detect() { *AP83) name="ap83" ;; + *"Archer C7") + name="archer-c7" + ;; *"Atheros AP96") name="ap96" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 817123b6d7..26b855f0a3 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -154,6 +154,8 @@ platform_check_image() { platform_check_image_openmesh "$magic_long" "$1" && return 0 return 1 ;; + + archer-c7 | \ tl-mr11u | \ tl-mr3020 | \ tl-mr3040 | \ -- cgit v1.2.3