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 | 969ea86b06f019b03cc0018611826129900b7dfa (patch) | |
tree | 9013a44cfc17cb7572b8a0be5b5aed731488ae65 | |
parent | a68fe5655e0660038bb2474d0eac1f0dca48e06c (diff) | |
download | upstream-969ea86b06f019b03cc0018611826129900b7dfa.tar.gz upstream-969ea86b06f019b03cc0018611826129900b7dfa.tar.bz2 upstream-969ea86b06f019b03cc0018611826129900b7dfa.zip |
add missing initramfs symbols to the generic 2.6.30 config
SVN-Revision: 16487
-rw-r--r-- | target/linux/ar71xx/config-2.6.30 | 2 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.30 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/config-2.6.30 b/target/linux/ar71xx/config-2.6.30 index cf71da092f..d2c1fd86de 100644 --- a/target/linux/ar71xx/config-2.6.30 +++ b/target/linux/ar71xx/config-2.6.30 @@ -107,8 +107,6 @@ CONFIG_HW_HAS_PCI=y # CONFIG_HW_RANDOM is not set # CONFIG_I2C is not set CONFIG_ICPLUS_PHY=y -# CONFIG_INITRAMFS_COMPRESSION_BZIP2 is not set -# CONFIG_INITRAMFS_COMPRESSION_GZIP is not set CONFIG_INITRAMFS_ROOT_GID=0 CONFIG_INITRAMFS_ROOT_UID=0 CONFIG_INITRAMFS_SOURCE="../../root" 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 |