mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-27 06:18:42 +00:00
5 lines
78 B
Bash
Executable File
5 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
export INITRAMFS=1
|
|
exec /sbin/init
|