Skip to content

Commit

Permalink
od: Symlink /lib/firmware to /usr/local/lib/firmware
Browse files Browse the repository at this point in the history
This means that OpenDingux won't ship firmwares anymore, and users have
the responsability to provide their own firmware files.

Signed-off-by: Paul Cercueil <[email protected]>
  • Loading branch information
pcercuei committed Jun 18, 2023
1 parent 9e5f8f1 commit 8cbfdf5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ chown od:users /media/data/apps /media/data/local/home

mount -o remount,ro /media

for i in bin etc home lib sbin share var; do
for i in bin etc home lib lib/firmware sbin share var; do
mkdir -p /usr/local/$i
chown od:users /usr/local/$i
done
Expand Down
1 change: 1 addition & 0 deletions board/opendingux/target_skeleton/usr/lib/firmware
1 change: 0 additions & 1 deletion board/opendingux/target_skeleton/usr/lib/firmware/mnt

This file was deleted.

0 comments on commit 8cbfdf5

Please sign in to comment.