fixup mac addresses on gemini boards
SVN-Revision: 16271
This commit is contained in:
parent
9fa14987b8
commit
df7996045a
1 changed files with 6 additions and 0 deletions
6
target/linux/gemini/base-files/etc/preinit.arch
Executable file
6
target/linux/gemini/base-files/etc/preinit.arch
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
CONFIG_PARTITION="$(grep "VCTL" /proc/mtd | cut -d: -f1)"
|
||||||
|
MAC1="$(strings /dev/$CONFIG_PARTITION |grep MAC|cut -d: -f2|cut -c3-14|sed -e 's,\(..\),:\1,g' -e 's,^:,,')"
|
||||||
|
MAC2="$(strings /dev/$CONFIG_PARTITION |grep MAC|cut -d: -f8|cut -c3-14|sed -e 's,\(..\),:\1,g' -e 's,^:,,')"
|
||||||
|
|
||||||
|
ifconfig eth0 hw ether $MAC1 2>/dev/null
|
||||||
|
ifconfig eth1 hw ether $MAC2 2>/dev/null
|
Loading…
Reference in a new issue