summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/skov-imx6/defaultenv-skov-imx6/network/eth1-discover
blob: e11a3f900671c33b5fd174c9de2e2cd1c3f1b3e9 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# Some boards doesn't have a ETH port, but may have USB network attached
if [ "$eth0.mode" != "disabled" ]; then
	exit 0;
fi

usb