mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +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
3181189328
commit
c12ab9fbac
|
|
@ -178,6 +178,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
|
||||
|
|
|
|||
|
|
@ -183,6 +183,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