aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/zynq/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/zynq/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/zynq/base-files/etc/board.d/02_network16
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/zynq/base-files/etc/board.d/02_network b/target/linux/zynq/base-files/etc/board.d/02_network
deleted file mode 100755
index ff907637a6..0000000000
--- a/target/linux/zynq/base-files/etc/board.d/02_network
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-# Copyright (C) 2015 OpenWrt.org
-
-. /lib/functions/uci-defaults.sh
-
-board_config_update
-
-case "$(board_name)" in
- xlnx,zynq-zc702|xlnx,zynq-zed|xlnx,zynq-zybo)
- ucidef_set_interface_lan 'eth0'
- ;;
-esac
-
-board_config_flush
-
-exit 0