summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-05-29 21:42:06 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-05-29 21:42:06 +0000
commit5d6788f77328fac74b241e4a4e382038e9218ccb (patch)
treeff79bc2bc3ffa3205f25e289786d3a613767bf89
parent420cdb37837aee84272a9db0fd96adab6b3ca28f (diff)
downloadmaster-31e0f0ae-5d6788f77328fac74b241e4a4e382038e9218ccb.tar.gz
master-31e0f0ae-5d6788f77328fac74b241e4a4e382038e9218ccb.tar.bz2
master-31e0f0ae-5d6788f77328fac74b241e4a4e382038e9218ccb.zip
ramips: extract MAC address on WHR-300HP2, WHR-1166D, WHR-600D
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45844
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network
index 43a0e54f73..4982566de7 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -356,7 +356,7 @@ ramips_setup_macs()
wan_mac=$(mtd_get_mac_binary factory 46)
;;
- wsr-600)
+ wsr-600|whr-300hp2|whr-600d|whr-1166d)
wan_mac=$(mtd_get_mac_binary factory 4)
lan_mac=$wan_mac
;;