Skip to content
Snippets Groups Projects
Commit 8a79161a authored by Adrian Schmutzler's avatar Adrian Schmutzler
Browse files

ath79: wrap ucidef_add_switch in 02_network


Wrap line to be consistent with all other definitions.

Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
parent d468ff97
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,8 @@ ath79_setup_interfaces()
"0@eth0" "2:wan" "3:lan" "4:lan"
;;
dlink,dap-2695-a1)
ucidef_add_switch "switch0" "0@eth0" "2:lan" "3:wan" "6@eth1"
ucidef_add_switch "switch0" \
"0@eth0" "2:lan" "3:wan" "6@eth1"
;;
dlink,dch-g020-a1)
ucidef_add_switch "switch0" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment