diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-08-02 20:13:54 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-08-02 20:13:54 +0000 |
commit | b2d2ca4bbd3b0bd7fd0fdab5b3d5b5c5586c37b0 (patch) | |
tree | 547811004e3d731171044036b5e1252e028f58e3 /target/linux | |
parent | f43b6b2beabd36be11b34474f9bc1b8922d896c0 (diff) | |
download | mtk-20170518-b2d2ca4bbd3b0bd7fd0fdab5b3d5b5c5586c37b0.zip mtk-20170518-b2d2ca4bbd3b0bd7fd0fdab5b3d5b5c5586c37b0.tar.gz mtk-20170518-b2d2ca4bbd3b0bd7fd0fdab5b3d5b5c5586c37b0.tar.bz2 |
kernel: add missing config options
SVN-Revision: 37660
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-3.3 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-3.6 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3 index 5ea960c..29253fe 100644 --- a/target/linux/generic/config-3.3 +++ b/target/linux/generic/config-3.3 @@ -1395,6 +1395,8 @@ CONFIG_LOG_BUF_SHIFT=17 # CONFIG_LXT_PHY is not set CONFIG_LZMA_COMPRESS=y CONFIG_LZMA_DECOMPRESS=y +# CONFIG_LZO_COMPRESS is not set +# CONFIG_LZO_DECOMPRESS is not set # CONFIG_M25PXX_PREFER_SMALL_SECTOR_ERASE is not set # CONFIG_MAC80211 is not set # CONFIG_MACH_DECSTATION is not set diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6 index fc94608..5d81ffd 100644 --- a/target/linux/generic/config-3.6 +++ b/target/linux/generic/config-3.6 @@ -1468,6 +1468,8 @@ CONFIG_LOG_BUF_SHIFT=17 # CONFIG_LXT_PHY is not set CONFIG_LZMA_COMPRESS=y CONFIG_LZMA_DECOMPRESS=y +# CONFIG_LZO_COMPRESS is not set +# CONFIG_LZO_DECOMPRESS is not set # CONFIG_M25PXX_PREFER_SMALL_SECTOR_ERASE is not set # CONFIG_MAC80211 is not set # CONFIG_MACH_DECSTATION is not set |