From 907d67491068890e27f7611da5c5c4d44a672c3c Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Thu, 15 Feb 2018 18:42:45 +0100 Subject: ar71xx: rework GainStrong devices support - combine support for Oolite/MiniBox V1.0 in single mach-*.c file - fix model/board names - include correct/full vendor name - drop redundant package and factory image Signed-off-by: Piotr Dymacz --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 8 +------- target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) (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 fda135072c..96b3e650f1 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -290,12 +290,6 @@ tplink_board_detect() { "360000"*) model="TP-Link TL-WDR3600" ;; - "3C0001"*) - model="OOLITE" - ;; - "3C0002"*) - model="MINIBOX_V1" - ;; "430000"*) model="TP-Link TL-WDR4300" ;; @@ -866,7 +860,7 @@ ar71xx_board_detect() { name="onion-omega" ;; *"Oolite V1.0") - name="oolite" + name="oolite-v1" ;; *"Packet Squirrel") name="packet-squirrel" diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index adc325b34c..c73dbd49ec 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -398,7 +398,7 @@ platform_check_image() { omy-g1|\ omy-x1|\ onion-omega|\ - oolite|\ + oolite-v1|\ packet-squirrel|\ re355|\ re450|\ -- cgit v1.2.3