diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-08-02 20:13:54 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-08-02 20:13:54 +0000 |
commit | 76cf5e5ba63cc69a976b168b66005ea5eadfa52e (patch) | |
tree | 7a47a2581c9b8a7910c68fd2f3b5cc4f904a4a97 /target | |
parent | 3d7515b126382ff1c7ce288f4e7af4c847be0db0 (diff) | |
download | upstream-76cf5e5ba63cc69a976b168b66005ea5eadfa52e.tar.gz upstream-76cf5e5ba63cc69a976b168b66005ea5eadfa52e.tar.bz2 upstream-76cf5e5ba63cc69a976b168b66005ea5eadfa52e.zip |
kernel: add missing config options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37660 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 5ea960cecb..29253fef5b 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 fc94608d2f..5d81ffd216 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 |