From 112a275540b00b3a375d5ea177986a0c64d9f469 Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Thu, 5 Oct 2017 13:31:51 -0400 Subject: [PATCH] Fix TPE-R1100 bug --- target/linux/ar71xx/base-files/etc/board.d/02_network | 2 +- target/linux/ar71xx/image/generic.mk | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network index 32c7a272e6..f7ee11fb17 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/02_network +++ b/target/linux/ar71xx/base-files/etc/board.d/02_network @@ -112,7 +112,7 @@ ar71xx_setup_interfaces() tl-wa901nd-v4|\ tl-wr703n|\ tl-wr802n-v1|\ - toe-r1100|\ + tpe-r1100|\ tube2h|\ unifiac-lite|\ wndap360|\ diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk index d98803e3da..8920ed05ac 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -129,13 +129,14 @@ define Device/gl-ar150 CONSOLE = ttyATH0,115200 MTDPARTS = spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,16000k(firmware),64k(art)ro endef +TARGET_DEVICES += gl-ar150 define Device/tpe-r1100 $(Device/gl-ar150) DEVICE_TITLE := TPE-R1100 Think Penguin Mini Router endef -TARGET_DEVICES += gl-ar150 tpe-r1100 +TARGET_DEVICES += tpe-r1100 define Device/gl-ar300 DEVICE_TITLE := GL AR300 -- 2.25.1