From: kaloz Date: Wed, 17 Jun 2009 09:57:30 +0000 (+0000) Subject: add missing initramfs symbols to the generic 2.6.30 config X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=890ab345530489253aae76977d2f1ee0294a2610;hp=b1a6ff3d6f22b9509e29b36c90245d32ab74ee40 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 --- diff --git a/target/linux/ar71xx/config-2.6.30 b/target/linux/ar71xx/config-2.6.30 index cf71da092..d2c1fd86d 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 4feb9c853..7988ca586 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