diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-06-14 11:03:09 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-06-15 14:36:47 +0200 |
commit | af1791964d86c2e9388ffedeb55712483ce85ea6 (patch) | |
tree | 48fb176277e3f21e53e7c2b8eadbf0c62539fd9d /target/linux/generic/config-4.4 | |
parent | f27c70ff8ca1ad3e38314d342bac78e1948343a2 (diff) | |
download | upstream-af1791964d86c2e9388ffedeb55712483ce85ea6.tar.gz upstream-af1791964d86c2e9388ffedeb55712483ce85ea6.tar.bz2 upstream-af1791964d86c2e9388ffedeb55712483ce85ea6.zip |
kernel: add common config symbols
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/generic/config-4.4')
-rw-r--r-- | target/linux/generic/config-4.4 | 6 |
1 files changed, 6 insertions, 0 deletions
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 |