[OpenWrt-Devel] [PATCH 7/8] mpc85xx: support NM50 in mpc85xx_board_detect
Dieter Pfeuffer
dieter.pfeuffer at men.de
Wed Mar 23 08:17:31 EDT 2016
Signed-off-by: Dieter Pfeuffer <dieter.pfeuffer at men.de>
---
target/linux/mpc85xx/base-files/lib/mpc85xx.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/target/linux/mpc85xx/base-files/lib/mpc85xx.sh b/target/linux/mpc85xx/base-files/lib/mpc85xx.sh
index 5757563..d1b2486 100755
--- a/target/linux/mpc85xx/base-files/lib/mpc85xx.sh
+++ b/target/linux/mpc85xx/base-files/lib/mpc85xx.sh
@@ -16,6 +16,9 @@ mpc85xx_board_detect() {
*"TL-WDR4900 v1")
name="tl-wdr4900-v1"
;;
+ *"men,NM50")
+ name="men_nm50"
+ ;;
esac
[ -z "$name" ] && name="unknown"
--
1.9.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list