From af1791964d86c2e9388ffedeb55712483ce85ea6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 14 Jun 2016 11:03:09 +0200 Subject: [PATCH] kernel: add common config symbols Signed-off-by: Felix Fietkau --- target/linux/generic/config-4.4 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index 3bf053458f..cbc005e003 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -1241,6 +1241,12 @@ CONFIG_GENERIC_NET_UTILS=y # CONFIG_HARDLOCKUP_DETECTOR is not set # CONFIG_HAVE_AOUT is not set # CONFIG_HAVE_ARM_ARCH_TIMER is not set +CONFIG_HAVE_KERNEL_BZIP2=y +CONFIG_HAVE_KERNEL_GZIP=y +CONFIG_HAVE_KERNEL_LZ4=y +CONFIG_HAVE_KERNEL_LZMA=y +CONFIG_HAVE_KERNEL_LZO=y +CONFIG_HAVE_KERNEL_XZ=y CONFIG_HAVE_KPROBES=y CONFIG_HAVE_KRETPROBES=y # CONFIG_HCALL_STATS is not set -- 2.30.2