Add sun8i target config.

This commit is contained in:
jbnadal
2016-12-06 13:52:36 +01:00
parent dbf4ef647d
commit fec78977ac
63 changed files with 11025 additions and 345 deletions

View File

@@ -0,0 +1,12 @@
#!/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
}