2
0
forked from Ivasoft/openwrt

treewide: do not quote compatible in shell scripts

The compatible is a literal string without any problematic
characters, so there is no reason to quote it.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler
2021-06-06 19:17:47 +02:00
parent 482e65a16d
commit 2341c621e4
3 changed files with 21 additions and 21 deletions

View File

@@ -7,7 +7,7 @@
board_config_update
case "$(board_name)" in
"snps,axs101")
snps,axs101)
ucidef_set_interface_lan "eth0" "dhcp"
;;
esac