mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
ANDROID: cuttlefish: enable CONFIG_NET_SCH_NETEM=y
This is to mirror: https://android-review.googlesource.com/c/kernel/configs/+/906713 android-4.9+: add CONFIG_NET_SCH_NETEM=y to recommended config Generated via: echo 'CONFIG_NET_SCH_NETEM=y' >> arch/x86/configs/x86_64_cuttlefish_defconfig echo 'CONFIG_NET_SCH_NETEM=y' >> arch/arm64/configs/cuttlefish_defconfig make ARCH=x86_64 x86_64_cuttlefish_defconfig make ARCH=x86_64 savedefconfig cat defconfig > arch/x86/configs/x86_64_cuttlefish_defconfig make ARCH=arm64 cuttlefish_defconfig make ARCH=arm64 savedefconfig cat defconfig > arch/arm64/configs/cuttlefish_defconfig rm defconfig Bug: 124467469 Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: If06da8f0e77d5523c56fea5d520131e456f9b529
This commit is contained in:
parent
b16f089fdb
commit
58d81256e3
|
|
@ -179,6 +179,7 @@ CONFIG_IP6_NF_RAW=y
|
|||
CONFIG_L2TP=y
|
||||
CONFIG_NET_SCHED=y
|
||||
CONFIG_NET_SCH_HTB=y
|
||||
CONFIG_NET_SCH_NETEM=y
|
||||
CONFIG_NET_CLS_U32=y
|
||||
CONFIG_NET_CLS_BPF=y
|
||||
CONFIG_NET_EMATCH=y
|
||||
|
|
|
|||
|
|
@ -184,6 +184,7 @@ CONFIG_IP6_NF_MANGLE=y
|
|||
CONFIG_IP6_NF_RAW=y
|
||||
CONFIG_NET_SCHED=y
|
||||
CONFIG_NET_SCH_HTB=y
|
||||
CONFIG_NET_SCH_NETEM=y
|
||||
CONFIG_NET_CLS_U32=y
|
||||
CONFIG_NET_CLS_BPF=y
|
||||
CONFIG_NET_EMATCH=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user