Browse Source

fix the squashfs kernel command line for rb532

SVN-Revision: 7687
Felix Fietkau 18 years ago
parent
commit
7e0b07575e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/rb532-2.6/image/Makefile

+ 1 - 1
target/linux/rb532-2.6/image/Makefile

@@ -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