summaryrefslogtreecommitdiffstats
path: root/target/linux/gemini/base-files
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/gemini/base-files')
-rwxr-xr-xtarget/linux/gemini/base-files/etc/preinit.arch6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/gemini/base-files/etc/preinit.arch b/target/linux/gemini/base-files/etc/preinit.arch
new file mode 100755
index 0000000000..ecdb41039c
--- /dev/null
+++ b/target/linux/gemini/base-files/etc/preinit.arch
@@ -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