Browse Source

kernel: r8126: add CONFLICT to rss variant

The rss variant should conflict with the default.

Signed-off-by: Chukun Pan <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/16460
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Chukun Pan 1 year ago
parent
commit
b83c7448d3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/kernel/r8126/Makefile

+ 1 - 0
package/kernel/r8126/Makefile

@@ -27,6 +27,7 @@ endef
 
 define KernelPackage/r8126-rss
 $(call KernelPackage/r8126)
+  CONFLICTS:=kmod-r8126
   TITLE+= (RSS)
   VARIANT:=rss
 endef