ar71xx: fix wndr3800 machine name
This fixes the machine name in /proc/cpuinfo and luci status page machine name. Signed-off-by: Petri Rosenström <petri.rosenstrom@gmail.com> SVN-Revision: 29326
This commit is contained in:
@@ -133,7 +133,7 @@ platform_check_image() {
|
||||
}
|
||||
return 0
|
||||
;;
|
||||
wndr3700v2)
|
||||
wndr3700v2|wndr3800)
|
||||
[ "$magic_long" != "33373031" ] && {
|
||||
echo "Invalid image type."
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user