[OpenWrt-Devel] [PATCH] procd: Add cpu string to board detection

Chris Blake chrisrblake93 at gmail.com
Thu Sep 13 21:37:45 EDT 2018


This patch is in relation to
https://github.com/openwrt/openwrt/pull/1307 to help fix architecture
detection in LuCI which was added in
https://github.com/openwrt/luci/commit/b8f32b6da7accc672c5887e894a861de3f806cf5

Signed-off-by: Chris Blake <chrisrblake93 at gmail.com>

---
 system.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/system.c b/system.c
index 151f613..87ce2da 100644
--- a/system.c
+++ b/system.c
@@ -65,6 +65,7 @@ static int system_board(struct ubus_context *ctx, struct ubus_object *obj,
 
 			if (!strcasecmp(key, "system type") ||
 			    !strcasecmp(key, "processor") ||
+                           !strcasecmp(key, "cpu") ||
 			    !strcasecmp(key, "model name"))
 			{
 				strtoul(val + 2, &key, 0);
-- 
2.7.4


_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list