ramips: fix mqmaker witi case in fixup-mac-address
authorChuanhong Guo <gch981213@gmail.com>
Thu, 11 Jul 2019 15:21:19 +0000 (23:21 +0800)
committerChuanhong Guo <gch981213@gmail.com>
Thu, 11 Jul 2019 15:27:06 +0000 (23:27 +0800)
This commit fixes a forgotten case in previous commit.

Fixes: 087e14ab59 ("ramips: mt7621: merge two variants of MQmaker WiTi together")
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
target/linux/ramips/base-files/sbin/fixup-mac-address

index 309db8ce45d167eec94ef18fd09f88ee354db725..dad15c584216dfb5d913211c66c3b1f40f8587b9 100755 (executable)
@@ -9,8 +9,7 @@ YES=
 
 board=$(board_name)
 case $board in
-       mqmaker,witi-256m|\
-       mqmaker,witi-512m)
+       mqmaker,witi)
                partname=factory
                offset=$((0xe000))
        ;;