mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-28 18:40:01 +04:00
Commit7af1fb9faa("kernel: add a RPS balancer") introduces a RPS balancer for all targets. In the past however, this patch was already introduced for target "mediatek" in commit7762c07c88("mediatek: bump to v4.14") Remove the separate copy of the patch within the mediatek target, which otherwise is applied twice and results in a build error. Fixes:7af1fb9faa("kernel: add a RPS balancer") Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>