mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
ramips: fix mqmaker witi case in fixup-mac-address
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>
This commit is contained in:
parent
f7edd94a65
commit
53daa51cf2
@ -9,8 +9,7 @@ YES=
|
||||
|
||||
board=$(board_name)
|
||||
case $board in
|
||||
mqmaker,witi-256m|\
|
||||
mqmaker,witi-512m)
|
||||
mqmaker,witi)
|
||||
partname=factory
|
||||
offset=$((0xe000))
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user