diff mbox

[OpenWrt-Devel] AP121 target: fix board detection in ar71xx.sh

Message ID CAE4vfcKEgZwQvwMmR2Qp1sciwJ03ajf1c8_Nx3rm+-x5npuxzA@mail.gmail.com
State Changes Requested
Headers show

Commit Message

Attila Lendvai Aug. 31, 2015, 10:58 a.m. UTC
hi!

resending this patch properly, including a signed-off entry.

it would be nice if this could make its way into CC, because this
fixes a regression.

the obsolete copy is this: https://patchwork.ozlabs.org/patch/508527/

Comments

John Crispin Sept. 15, 2015, 5:17 a.m. UTC | #1
On 31/08/2015 12:58, Attila Lendvai wrote:
> hi!
> 
> resending this patch properly, including a signed-off entry.
> 
> it would be nice if this could make its way into CC, because this
> fixes a regression.
> 
> the obsolete copy is this: https://patchwork.ozlabs.org/patch/508527/
> 
> 

Hi,

the patch needs to be sent inline. the email needs to have the subject
and description that is currently int he attachment.

John
Attila Lendvai Sept. 16, 2015, 3:47 p.m. UTC | #2
> the patch needs to be sent inline. the email needs to have the subject
> and description that is currently int he attachment.

ok, i've sent it again using git send-email.

the new patch is at: https://patchwork.ozlabs.org/patch/518448/
diff mbox

Patch

From 03ef01f8deeea2d2d84b8d6f99aeac96528d3ad5 Mon Sep 17 00:00:00 2001
From: Attila Lendvai <attila@lendvai.name>
Date: Mon, 31 Aug 2015 12:45:32 +0200
Subject: [PATCH] AP121 target: fix board detection in ar71xx.sh

Signed-off-by: Attila Lendvai <attila@lendvai.name>
---
 target/linux/ar71xx/base-files/lib/ar71xx.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 4c10ab2..52faf08 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -344,7 +344,7 @@  ar71xx_board_detect() {
 	*AP113)
 		name="ap113"
 		;;
-	*AP121)
+	*"AP121 reference board")
 		name="ap121"
 		;;
 	*AP121-MINI)
-- 
2.1.4