This patchset will introduce the label MAC address into the _default_ hostname and SSID of OpenWrt devices. Devices installed after these commits (or upgraded with sysupgrade -n) will have their hostname and SSID set to OpenWrt-ddeeff where "ddeeff" is the EUI of the label MAC address aa:bb:cc:dd:ee:ff.
For devices where no label MAC address has been specified, hostname and SSIDs will use the former default "OpenWrt". Implementing the EUI is intended to make identification of a particular OpenWrt device easier. The label MAC address qualifies for this as it is easily visible on the case and thus apparent to both educated and uneducated users. Adrian Schmutzler (1): base-files: rename SSID with EUI of mac address Rosy Song (1): base-files: rename hostname with EUI of mac address package/base-files/files/bin/config_generate | 16 +++++++++++++- .../etc/uci-defaults/15_wifi-ssid-mac-address | 22 +++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 package/base-files/files/etc/uci-defaults/15_wifi-ssid-mac-address -- 2.20.1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
