diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2005-04-02 18:35:24 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2005-04-02 18:35:24 +0000 |
commit | 65d4d1ddd78c2c675460bb3f4403a896c6008688 (patch) | |
tree | 835f9ee90b1047375db63f8f7069c2cc5851e6d8 /openwrt/package/linux | |
parent | 0d31dcd7f7d3afb0d844bfb9a12414f6c26d4773 (diff) | |
download | mtk-20170518-65d4d1ddd78c2c675460bb3f4403a896c6008688.zip mtk-20170518-65d4d1ddd78c2c675460bb3f4403a896c6008688.tar.gz mtk-20170518-65d4d1ddd78c2c675460bb3f4403a896c6008688.tar.bz2 |
added rootfstype option
SVN-Revision: 528
Diffstat (limited to 'openwrt/package/linux')
-rw-r--r-- | openwrt/package/linux/linux.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/linux/linux.config b/openwrt/package/linux/linux.config index 923a0e3..d35205b 100644 --- a/openwrt/package/linux/linux.config +++ b/openwrt/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 |