aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc
diff options
context:
space:
mode:
authorChris Blake <chrisrblake93@gmail.com>2016-10-24 14:05:54 -0500
committerJohn Crispin <john@phrozen.org>2016-10-26 12:37:45 +0200
commit28dd52b079d39fa80dd801e2864bea42251fd50b (patch)
tree92fdf3ea51892e09d93d7f78cb2eecab1e00100c /target/linux/ar71xx/base-files/etc
parentd8662ac3c6a2ecd3834d109c5d3abd864fb23a50 (diff)
downloadupstream-28dd52b079d39fa80dd801e2864bea42251fd50b.tar.gz
upstream-28dd52b079d39fa80dd801e2864bea42251fd50b.tar.bz2
upstream-28dd52b079d39fa80dd801e2864bea42251fd50b.zip
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>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
0 files changed, 0 insertions, 0 deletions