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/ -- • attila lendvai • PGP: 963F 5D5F 45C7 DFCD 0A39 -- We are all work-in-progress.
From 03ef01f8deeea2d2d84b8d6f99aeac96528d3ad5 Mon Sep 17 00:00:00 2001 From: Attila Lendvai <[email protected]> Date: Mon, 31 Aug 2015 12:45:32 +0200 Subject: [PATCH] AP121 target: fix board detection in ar71xx.sh Signed-off-by: Attila Lendvai <[email protected]> --- 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
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
