Explorar el Código

ath79: wrap ucidef_add_switch in 02_network

Wrap line to be consistent with all other definitions.

Signed-off-by: Adrian Schmutzler <[email protected]>
Adrian Schmutzler hace 5 años
padre
commit
8a79161a82
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      target/linux/ath79/generic/base-files/etc/board.d/02_network

+ 2 - 1
target/linux/ath79/generic/base-files/etc/board.d/02_network

@@ -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" \