diff options
| author | Christian Lamparter | 2018-10-14 21:53:56 +0000 |
|---|---|---|
| committer | John Crispin | 2018-11-26 11:05:47 +0000 |
| commit | 5d5c0b0582247986609cd3146da1fa6b61601972 (patch) | |
| tree | 0ee76bf397f250fa172fdf0eb67fefc50b67d1a7 | |
| parent | a2266a6d422ec46188f77969ef49840175b4b63a (diff) | |
| download | openwrt-5d5c0b0582247986609cd3146da1fa6b61601972.tar.gz | |
apm821xx: wndr4700: restore sd-card media detection
This was not converted to the new, dt-based board name.
Fixes: e90dc8d2722 ("apm821xx: convert to device-tree board detection")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
| -rwxr-xr-x | target/linux/apm821xx/base-files/etc/rc.button/BTN_1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/apm821xx/base-files/etc/rc.button/BTN_1 b/target/linux/apm821xx/base-files/etc/rc.button/BTN_1 index c011c85753..5ecf346b53 100755 --- a/target/linux/apm821xx/base-files/etc/rc.button/BTN_1 +++ b/target/linux/apm821xx/base-files/etc/rc.button/BTN_1 @@ -4,7 +4,7 @@ BOARD=$(board_name) -if [ $BOARD == "wndr4700" ]; then +if [ $BOARD == "netgear,wndr4700" ]; then case "$ACTION" in released) rmmod dwc2 |