|
@@ -15,7 +15,8 @@ case "$board" in
|
|
|
macaddr_setbit_la "$(mtd_get_mac_binary factory 0xe000)" \
|
|
macaddr_setbit_la "$(mtd_get_mac_binary factory 0xe000)" \
|
|
|
> /sys${DEVPATH}/macaddress
|
|
> /sys${DEVPATH}/macaddress
|
|
|
;;
|
|
;;
|
|
|
- dlink,dir-853-r1)
|
|
|
|
|
|
|
+ dlink,dir-853-r1|\
|
|
|
|
|
+ phicomm,k2p)
|
|
|
if [ "$PHYNBR" = "0" ]; then
|
|
if [ "$PHYNBR" = "0" ]; then
|
|
|
base_mac=$(macaddr_add "$(mtd_get_mac_binary factory 0x4)" -1)
|
|
base_mac=$(macaddr_add "$(mtd_get_mac_binary factory 0x4)" -1)
|
|
|
macaddr_setbit_la "$base_mac" > /sys${DEVPATH}/macaddress
|
|
macaddr_setbit_la "$base_mac" > /sys${DEVPATH}/macaddress
|