diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-02 18:35:24 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-02 18:35:24 +0000 |
commit | 8ad7078cae7decac85a906c25c70b7be42e8a280 (patch) | |
tree | 9333b0812530f8db5773ad9ab049b53e0ec711b6 /package/linux/linux.config | |
parent | 148db1ae5b945db7ef956778d57b1104668ae804 (diff) |
added rootfstype option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@528 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux/linux.config')
-rw-r--r-- | package/linux/linux.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux/linux.config b/package/linux/linux.config index 923a0e3446..d35205b73a 100644 --- a/package/linux/linux.config +++ b/package/linux/linux.config @@ -86,7 +86,7 @@ CONFIG_BCM4704=y # CONFIG_HIGHMEM is not set CONFIG_RWSEM_GENERIC_SPINLOCK=y # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set -CONFIG_CMDLINE="root=/dev/mtdblock2 init=/etc/preinit noinitrd console=ttyS0,115200" +CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,jffs2 init=/etc/preinit noinitrd console=ttyS0,115200" CONFIG_PCI=y CONFIG_NONCOHERENT_IO=y CONFIG_NEW_TIME_C=y |