Browse Source

octeon: remove redundant network setup

No need to have specific setup when default case does the same.

Signed-off-by: Adrian Schmutzler <[email protected]>
Adrian Schmutzler 6 years ago
parent
commit
ca63d17531
1 changed files with 0 additions and 4 deletions
  1. 0 4
      target/linux/octeon/base-files/etc/board.d/01_network

+ 0 - 4
target/linux/octeon/base-files/etc/board.d/01_network

@@ -8,10 +8,6 @@
 board_config_update
 
 case "$(board_name)" in
-erlite)
-	ucidef_set_interfaces_lan_wan "eth0" "eth1"
-	;;
-
 *)
 	ucidef_set_interfaces_lan_wan "eth0" "eth1"
 	;;