diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-13 22:39:21 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-13 22:39:21 +0000 |
commit | b1fb7e84aa1370e9b1b7066e9978aa7bf343ac27 (patch) | |
tree | 9eab51cbabbbcaf35eae61ca336b3cadde62c85d /packages/linux/linux-handhelds-2.6-2.6.21/h3600 | |
parent | 32e690935379493f478d1b7a1cd43fce486083da (diff) |
linux-handhelds-2.6 2.6.21-hh20: Enable NBD and CONFIGFS as modules.
* With all the trouble I'm having with exporting NTFS partition under
OpenWRT, let's have NBD around.
* CONFIGFS is so far not a must, can be a module.
Diffstat (limited to 'packages/linux/linux-handhelds-2.6-2.6.21/h3600')
-rw-r--r-- | packages/linux/linux-handhelds-2.6-2.6.21/h3600/defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/linux/linux-handhelds-2.6-2.6.21/h3600/defconfig b/packages/linux/linux-handhelds-2.6-2.6.21/h3600/defconfig index 2ec8b863be..1efdee2b39 100644 --- a/packages/linux/linux-handhelds-2.6-2.6.21/h3600/defconfig +++ b/packages/linux/linux-handhelds-2.6-2.6.21/h3600/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.21-hh20 -# Tue Feb 12 22:00:39 2008 +# Thu Feb 14 00:33:50 2008 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -577,7 +577,7 @@ CONFIG_MTDRAM_ERASE_SIZE=256 # CONFIG_BLK_DEV_COW_COMMON is not set CONFIG_BLK_DEV_LOOP=m # CONFIG_BLK_DEV_CRYPTOLOOP is not set -# CONFIG_BLK_DEV_NBD is not set +CONFIG_BLK_DEV_NBD=m # CONFIG_BLK_DEV_RAM is not set # CONFIG_CDROM_PKTCDVD is not set # CONFIG_ATA_OVER_ETH is not set @@ -1098,7 +1098,7 @@ CONFIG_TMPFS=y # CONFIG_TMPFS_POSIX_ACL is not set # CONFIG_HUGETLB_PAGE is not set CONFIG_RAMFS=y -# CONFIG_CONFIGFS_FS is not set +CONFIG_CONFIGFS_FS=m # # Miscellaneous filesystems |