diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-17 09:57:30 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-17 09:57:30 +0000 |
commit | 52d9ffca975178d921e2979580a408680bee13d4 (patch) | |
tree | b5778eb6127bcbc5e6f73e8fd707cf19d71384a0 /target/linux/generic-2.6 | |
parent | f5818c9e93d0247f4fe6e7aece0962fd98c9015b (diff) | |
download | upstream-52d9ffca975178d921e2979580a408680bee13d4.tar.gz upstream-52d9ffca975178d921e2979580a408680bee13d4.tar.bz2 upstream-52d9ffca975178d921e2979580a408680bee13d4.zip |
add missing initramfs symbols to the generic 2.6.30 config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16487 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.30 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30 index 4feb9c853e..7988ca5861 100644 --- a/target/linux/generic-2.6/config-2.6.30 +++ b/target/linux/generic-2.6/config-2.6.30 @@ -698,6 +698,8 @@ CONFIG_INET=y # CONFIG_INFINIBAND is not set # CONFIG_INFTL is not set CONFIG_INIT_ENV_ARG_LIMIT=32 +# CONFIG_INITRAMFS_COMPRESSION_BZIP2 is not set +# CONFIG_INITRAMFS_COMPRESSION_GZIP is not set # CONFIG_INITRAMFS_COMPRESSION_LZMA is not set CONFIG_INITRAMFS_COMPRESSION_NONE=y # CONFIG_INOTIFY is not set |