diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-21 15:52:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-21 15:52:07 +0000 |
commit | 17e2ea61bb07524673af499e71072652344072f3 (patch) | |
tree | 1b6ce3eeff509ec6eb83bb6aa479e7e814da03c1 | |
parent | 63e7959d68861063fead5315ff1025951b8fffd1 (diff) | |
download | upstream-17e2ea61bb07524673af499e71072652344072f3.tar.gz upstream-17e2ea61bb07524673af499e71072652344072f3.tar.bz2 upstream-17e2ea61bb07524673af499e71072652344072f3.zip |
fix the squashfs kernel command line for rb532
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7687 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/rb532-2.6/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rb532-2.6/image/Makefile b/target/linux/rb532-2.6/image/Makefile index f53c5e4ac3..84f37e3bb2 100644 --- a/target/linux/rb532-2.6/image/Makefile +++ b/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 |