openwrtv4/target/linux/ar71xx
Chris Blake 28dd52b079 ar71xx: add mac partition to the MR12/MR16
On the stock Meraki Firmare for the MR12/MR16, a chunk of SPI space
after u-boot-env is used to store the boards Mac address. Sadly as this
was removed on any device already on OpenWRT/LEDE, moving forward a new,
64k partition named "mac" will be used to store the mac address for the
device (which is the minimum size). This allows users to properly set
the correct MAC, without editing the ART partition (which holds the same
MAC for all devices).

The reason the space is taken from kernel instead of rootfs is currently
kernels are only 1.3MB, so that way we can leave the current rootfs
space alone for users who fully utilize the available storage space.

Once this partition is added to a device, you can set your MAC doing the
following:

mtd erase mac
echo -n -e '\x00\x18\x0a\x33\x44\x55' > /dev/mtd5
sync && reboot

Where 00:18:0a:33:44:55 is your MAC address.

This was tested, and confirmed working on both the MR12 and MR16.

Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
2016-10-26 12:37:45 +02:00
..
base-files ar71xx: Add support to DomyWifi DW33D 2016-10-25 17:51:08 +02:00
files ar71xx: add mac partition to the MR12/MR16 2016-10-26 12:37:45 +02:00
generic switch to the new usbport LED trigger 2016-10-19 12:09:45 +02:00
image ar71xx: add mac partition to the MR12/MR16 2016-10-26 12:37:45 +02:00
mikrotik ar71xx: add kernel support for D-Link DIR-869 A1 2016-10-11 22:58:36 +02:00
nand switch to the new usbport LED trigger 2016-10-19 12:09:45 +02:00
patches-4.4 kernel: update to v4.4.23 2016-09-30 20:08:21 +02:00
config-4.4 ar71xx: Add support to DomyWifi DW33D 2016-10-25 17:51:08 +02:00
Makefile use immediate set in target Makefiles 2016-09-10 15:30:38 +02:00
modules.mk ar71xx: add LED driver NU801 2015-12-11 15:04:57 +00:00