fix the squashfs kernel command line for rb532
authorFelix Fietkau <nbd@openwrt.org>
Thu, 21 Jun 2007 15:52:07 +0000 (15:52 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 21 Jun 2007 15:52:07 +0000 (15:52 +0000)
SVN-Revision: 7687

target/linux/rb532-2.6/image/Makefile

index f53c5e4ac3779dee4dd947af9253a2b7f24e9811..84f37e3bb2cff0430ab6aa23e9d71c90c7bfc01c 100644 (file)
@@ -50,7 +50,7 @@ root=/dev/cfa2 rootfstype=ext2 init=/etc/preinit
 endef
 
 define Image/cmdline/squashfs
-root=/dev/cfa2 rootfstype=squashfs init=/etc/preinit
+block2mtd.block2mtd=/dev/cfa2,65536 root=/dev/mtdblock0 rootfstype=squashfs init=/etc/preinit
 endef
 
 define Image/Build