mirror of https://github.com/hak5/openwrt-owl.git
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>
openwrt-18.06
parent
5337319bdf
commit
26ebcc88e3
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
BOARD=$(board_name)
|
BOARD=$(board_name)
|
||||||
|
|
||||||
if [ $BOARD == "wndr4700" ]; then
|
if [ $BOARD == "netgear,wndr4700" ]; then
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
released)
|
released)
|
||||||
rmmod dwc2
|
rmmod dwc2
|
||||||
|
|
Loading…
Reference in New Issue