mirror of
https://github.com/buildwithparallel/openwrt
synced 2026-08-10 21:35:45 -04:00
4 lines
78 B
Bash
Executable file
4 lines
78 B
Bash
Executable file
#!/bin/sh
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
export INITRAMFS=1
|
|
exec /sbin/init
|