mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-19 06:54:58 +01:00
ccbc635770
SVN-Revision: 9322
6 lines
135 B
Bash
6 lines
135 B
Bash
#!/bin/sh
|
|
. /etc/functions.sh
|
|
cmdline="$(cat /proc/cmdline)"
|
|
kernel="$(find_mtd_part kernel)"
|
|
kexec -l $kernel --command-line=$cmdline
|