ANDROID: cuttlefish: enable CONFIG_INET_UDP_DIAG=y
authorMaciej Żenczykowski <maze@google.com>
Fri, 8 Mar 2019 20:59:15 +0000 (12:59 -0800)
committerAlistair Strachan <astrachan@google.com>
Mon, 22 Apr 2019 21:19:35 +0000 (14:19 -0700)
commit0d0aede9463c034b99ca6c6e11f51eaeb477be5c
tree40f64d1ba73f81895656e8e5cce4c13b9c1dddd5
parentfd2886e0c9a51723f9723be41eeebe743897e92d
ANDROID: cuttlefish: enable CONFIG_INET_UDP_DIAG=y

This is to mirror:
  https://android-review.googlesource.com/c/kernel/configs/+/721208
  android-base.cfg: enable CONFIG_INET_UDP_DIAG

Generated via:
  echo 'CONFIG_INET_UDP_DIAG=y' >> arch/x86/configs/x86_64_cuttlefish_defconfig
  echo 'CONFIG_INET_UDP_DIAG=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: 127981801
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I5d4533b7c3b9a11e45e96b0346a70b3f93d4a812
arch/x86/configs/x86_64_cuttlefish_defconfig