Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
duo-buildroot-sdk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
duo-buildroot-sdk
Commits
5dc56824
Commit
5dc56824
authored
Aug 07, 2023
by
carbon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use usb.sh to link target function
parent
1fff7ead
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
buildroot-2021.05/board/milkv/duo/overlay/etc/init.d/S99user
buildroot-2021.05/board/milkv/duo/overlay/etc/init.d/S99user
+2
-2
milkv/overlay/mnt/system/usb.sh
milkv/overlay/mnt/system/usb.sh
+1
-0
No files found.
buildroot-2021.05/board/milkv/duo/overlay/etc/init.d/S99user
View file @
5dc56824
...
...
@@ -19,8 +19,8 @@ case "$1" in
.
$SYSTEMPATH
/blink.sh &
fi
if
[
-f
$SYSTEMPATH
/
rndis
.sh
]
;
then
.
$SYSTEMPATH
/
rndis
.sh &
if
[
-f
$SYSTEMPATH
/
usb
.sh
]
;
then
.
$SYSTEMPATH
/
usb
.sh &
fi
if
[
-f
$USERDATAPATH
/auto.sh
]
;
then
...
...
milkv/overlay/mnt/system/usb.sh
0 → 120000
View file @
5dc56824
rndis.sh
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment