Skip to content
Snippets Groups Projects
Commit 3a6353d9 authored by Henryk Heisig's avatar Henryk Heisig Committed by John Crispin
Browse files

ramips: enablemodem: move /lib/ramips.sh to start()


Fix build error: /etc/init.d/enablemodem: line 2: /lib/ramips.sh: No such file or directory

Signed-off-by: default avatarHenryk Heisig <hyniu@o2.pl>
parent 29cc927e
No related branches found
No related tags found
No related merge requests found
#!/bin/sh /etc/rc.common
. /lib/ramips.sh
START=99
start() {
. /lib/ramips.sh
local board=$(ramips_board_name)
if [ $board = "mr200" ]; then
adb wait-for-device
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment