From beb29461ff05ce04eaafcbc24c65b2b95fc91f56 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 15 Jan 2014 18:29:44 +0000 Subject: ramips: Add userspace support for the Edimax BR-6475nD The rt2x00 wifi driver may still need updating to function with this device. Signed-off-by: Christopher Lais SVN-Revision: 39298 --- target/linux/ramips/base-files/lib/preinit/06_set_iface_mac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/linux/ramips/base-files/lib/preinit/06_set_iface_mac') diff --git a/target/linux/ramips/base-files/lib/preinit/06_set_iface_mac b/target/linux/ramips/base-files/lib/preinit/06_set_iface_mac index 96665bdf7f..d2dc00f8bc 100644 --- a/target/linux/ramips/base-files/lib/preinit/06_set_iface_mac +++ b/target/linux/ramips/base-files/lib/preinit/06_set_iface_mac @@ -39,6 +39,10 @@ preinit_set_mac_address() { mac=$(macaddr_setbit_la "$mac") ifconfig eth0 hw ether $mac 2>/dev/null ;; + br-6475nd) + mac=$(mtd_get_mac_binary devdata 13) + ifconfig eth0 hw ether $mac 2>/dev/null + ;; asl26555 |\ dir-300-b1 |\ dir-300-b2 |\ -- cgit v1.2.3