opkg: remove an empty patch
[openwrt/svn-archive/archive.git] / target / linux / gemini / base-files / etc / preinit.arch
1 CONFIG_PARTITION="$(grep "VCTL" /proc/mtd | cut -d: -f1)"
2 MAC1="$(strings /dev/$CONFIG_PARTITION |grep MAC|cut -d: -f2|cut -c3-14|sed -e 's,\(..\),:\1,g' -e 's,^:,,')"
3 MAC2="$(strings /dev/$CONFIG_PARTITION |grep MAC|cut -d: -f8|cut -c3-14|sed -e 's,\(..\),:\1,g' -e 's,^:,,')"
4
5 ifconfig eth0 hw ether $MAC1 2>/dev/null
6 ifconfig eth1 hw ether $MAC2 2>/dev/null