diff mbox

[OpenWrt-Devel] PATCH two patches for the AP121 reference board (ar9331)

Message ID CAE4vfc+7Q3wOV01YEsz1Gv6i888oLTBc8nesROT5HOQfU+tFng@mail.gmail.com
State Superseded
Headers show

Commit Message

Attila Lendvai Aug. 18, 2015, 11:40 p.m. UTC
hi!

these are my first OpenWRT patches, sorry if i'm breaking any rules.

one of them fixes board name detection (and thus sysupgrade); the
other one adds a 8M flash target and rearranges the kernel size so
that the firmware files get built properly.

they are attached in the issue tracker also:

https://dev.openwrt.org/ticket/17885
https://dev.openwrt.org/ticket/14571

it would be great if they could get into CC final.
diff mbox

Patch

From 87c575fa7d7af18cafd55a682a8c6a492a9ff170 Mon Sep 17 00:00:00 2001
From: Attila Lendvai <attila@lendvai.name>
Date: Wed, 5 Aug 2015 17:58:11 +0200
Subject: [PATCH] AP121: fix board detection in ar71xx.sh

---
 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