ramips: board support for Asus RT-N10+
[juhosg: fix indentation in platform scripts, and remove debug messages from 06_set_iface_mac] Signed-off-by: Patrick van Staveren <trick@vanstaveren.us> SVN-Revision: 30808
This commit is contained in:
@@ -36,6 +36,10 @@ preinit_set_mac_address() {
|
||||
mac=$(ramips_get_mac_binary board-nvram 65440)
|
||||
ifconfig eth0 hw ether $mac 2>/dev/null
|
||||
;;
|
||||
rt-n10-plus)
|
||||
mac=$(ramips_get_mac_binary devconf 4)
|
||||
ifconfig eth0 hw ether $mac 2>/dev/null
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user