apm821xx: wndr4700: restore sd-card media detection
This was not converted to the new, dt-based board name.
Fixes: e90dc8d272
("apm821xx: convert to device-tree board detection")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
a2266a6d42
commit
5d5c0b0582
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
BOARD=$(board_name)
|
||||
|
||||
if [ $BOARD == "wndr4700" ]; then
|
||||
if [ $BOARD == "netgear,wndr4700" ]; then
|
||||
case "$ACTION" in
|
||||
released)
|
||||
rmmod dwc2
|
||||
|
|
Loading…
Reference in a new issue