mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
linux/common-config: update for 6.17
(cherry picked from commit 4a833ab56d)
This commit is contained in:
committed by
github-actions[bot]
parent
cf7d47886c
commit
39da7ee7ab
@@ -329,7 +329,7 @@ let
|
||||
BONDING = module;
|
||||
NET_L3_MASTER_DEV = option yes;
|
||||
NET_FOU_IP_TUNNELS = option yes;
|
||||
IP_NF_TARGET_REDIRECT = module;
|
||||
IP_NF_TARGET_REDIRECT = whenOlder "6.17" module;
|
||||
NETKIT = whenAtLeast "6.7" yes;
|
||||
|
||||
PPP_MULTILINK = yes; # PPP multilink support
|
||||
|
||||
Reference in New Issue
Block a user