preinit.arch 335 B

12345678
  1. # Copyright (C) 2008 OpenWrt.org
  2. ash -c ". /etc/functions.sh
  3. hdr=\$(find_mtd_part productinfo)
  4. [ \$(find_mtd_part productinfo_parthdr) ] || rev=reverse
  5. [ \"\$hdr\" ] && mac=\$(hexdump -n 6 -e '6/1 \",0x%X\"' \$hdr |cut -c2-)
  6. [ \"\$mac\" = \"0x0,0x0,0x0,0x0,0x0,0x0\" ] && unset mac
  7. [ \"\$mac\" ] && insmod r6040 \$rev mac_base=\$mac"