From 5abeba3450f0ca436a8e83089a0031fd279fc569 Mon Sep 17 00:00:00 2001 From: Florian Beier Date: Tue, 11 Oct 2016 20:32:26 +0200 Subject: ar71xx: add userspace support for D-Link DIR-869 A1, generate images Signed-off-by: Florian Beier [Matthias Schiffer: fix factory image, improve commit message] Signed-off-by: Matthias Schiffer --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index dae6fb2a2d..a8ea7d48f2 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -536,6 +536,9 @@ ar71xx_board_detect() { *"DIR-835 rev. A1") name="dir-835-a1" ;; + *"DIR-869 rev. A1") + name="dir-869-a1" + ;; *"dLAN Hotspot") name="dlan-hotspot" ;; -- cgit v1.2.3