1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-15 14:47:53 +03:00

[kernel] add missing configuration symbols when enabling ramdisk support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15533 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-05-01 08:48:58 +00:00
parent 4150a3b70e
commit 6b56d44a7b
3 changed files with 3 additions and 0 deletions

View File

@ -156,6 +156,7 @@ CONFIG_BLK_DEV_INITRD=y
# CONFIG_BLK_DEV_UB is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_BLK_DEV_XIP is not set
CONFIG_BLOCK=y
# CONFIG_BNX2 is not set
# CONFIG_BONDING is not set

View File

@ -160,6 +160,7 @@ CONFIG_BLK_DEV_INITRD=y
# CONFIG_BLK_DEV_UB is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_BLK_DEV_XIP is not set
CONFIG_BLOCK=y
# CONFIG_BNX2 is not set
# CONFIG_BONDING is not set

View File

@ -163,6 +163,7 @@ CONFIG_BLK_DEV_INITRD=y
# CONFIG_BLK_DEV_UB is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_BLK_DEV_XIP is not set
CONFIG_BLK_DEV=y
CONFIG_BLOCK=y
# CONFIG_BNX2 is not set