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:
@@ -7,7 +7,7 @@
|
||||
board_config_update
|
||||
|
||||
case "$(board_name)" in
|
||||
"snps,axs101")
|
||||
snps,axs101)
|
||||
ucidef_set_interface_lan "eth0" "dhcp"
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user