Files
domo/projects/sun8i-h2_domo/ovl/etc/init.d/init_sun8i-h3
2016-12-06 13:52:36 +01:00

13 lines
153 B
Bash
Executable File

#!/bin/sh /etc/rc.common
#
START=11
STOP=97
boot() {
IFACE=eth0
read MAC </sys/class/net/$IFACE/address
echo $IFACE $MAC
fw_setenv ethaddr $MAC
}