diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-05-29 21:42:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-05-29 21:42:06 +0000 |
commit | 5d6788f77328fac74b241e4a4e382038e9218ccb (patch) | |
tree | ff79bc2bc3ffa3205f25e289786d3a613767bf89 /target/linux/ramips | |
parent | 420cdb37837aee84272a9db0fd96adab6b3ca28f (diff) | |
download | upstream-5d6788f77328fac74b241e4a4e382038e9218ccb.tar.gz upstream-5d6788f77328fac74b241e4a4e382038e9218ccb.tar.bz2 upstream-5d6788f77328fac74b241e4a4e382038e9218ccb.zip |
ramips: extract MAC address on WHR-300HP2, WHR-1166D, WHR-600D
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45844
Diffstat (limited to 'target/linux/ramips')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 2 |
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 ;; |