mirror of https://github.com/aredn/aredn.git
Fix all x86 mac addresses (#1001)
* For x86 devices, give unique macs to each bridge * Typo
This commit is contained in:
parent
e23348800f
commit
42e3c95ffb
|
@ -12,7 +12,7 @@ mfg=$(/usr/local/bin/get_hardware_mfg)
|
|||
if [ "$eth0" = "$wlan0" -a "$eth0" != "" ]; then
|
||||
fix="lan wan dtdlink"
|
||||
elif [ "$wlan0" = "" ]; then
|
||||
fix="lan"
|
||||
fix="lan wan dtdlink"
|
||||
elif [ "$brlan" = "00:03:7F:11:23:C6" ]; then # Fix AR300M
|
||||
fix="lan"
|
||||
elif [ "$mfg" = "MikroTik" ]; then # Fix all MikroTiks
|
||||
|
|
Loading…
Reference in New Issue