ath9k: revert one more linux upstream commit in the initvals to fully fix the ar938x...
[openwrt-10.03/.git] / target / linux / rb532 / base-files / sbin / wget2nand
index b0f4205e78ba594481b0aaa1cca6adf43fa065c8..57f4128642d9539ae7cff7e39787d32eb8ad3145 100755 (executable)
@@ -57,7 +57,7 @@ ls /tmp/wget2nand-boot/
 ls /tmp/wget2nand/
 # use kexec if present
 [ -x /usr/bin/kexec ] && {
-       kexec -l /tmp/wget2nand-boot/kernel --command-line="$(cat /proc/cmdline) root=$main rootfstype=yaffs2 init=/etc/preinit"
+       kexec -l /tmp/wget2nand-boot/kernel --command-line="$(cat /proc/cmdline) root=$main rootfstype=yaffs2"
        kexec -e
 }