mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-14 09:52:03 +08:00

* treewide: remove support for 'DEVICE_COMPAT' variable This commit removes support for the DEVICE_COMPAT variable due to it requires relatively few changes. * Revert "ramips: disable PORT 5 MAC RX/TX flow control by default" The TX/RX flow control is not the cause of the TX timeouts issue Signed-off-by: Chen Minqiang <ptpt52@gmail.com> * ramips: net/mediatek fix logical error fe_empty_txd() should return `tx_ring_size - 1` on ring empty, and return 0 on ring full. Signed-off-by: Chen Minqiang <ptpt52@gmail.com> * ramips: net/mediatek disable eee This disable eee for mt7530 ports, it causes the link down/up issue, which happens when connecting to 100Mbit switch Fixes: FS#1449 Signed-off-by: Chen Minqiang <ptpt52@gmail.com> * ramips: XiaoYu-C5: reuse ralink-eth driver Co-authored-by: Chen Minqiang <ptpt52@gmail.com>