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 <pepe2k@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -398,7 +398,7 @@ platform_check_image() {
|
||||
omy-g1|\
|
||||
omy-x1|\
|
||||
onion-omega|\
|
||||
oolite|\
|
||||
oolite-v1|\
|
||||
packet-squirrel|\
|
||||
re355|\
|
||||
re450|\
|
||||
|
||||
Reference in New Issue
Block a user