mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:01:09 +02:00
fixup mac addresses on gemini boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16271 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
707d176121
commit
1c70e7bda1
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 New Issue
Block a user