mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-22 12:51:03 +01:00
random_ether_addr is just a reference to eth_random_addr, that was later dropped in more recent kernel version. Drop random_ether_addr and use eth_random_addr directly to fix compilation error in 6.1 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>