mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
network-tools: add fuse and fuse3 to addon and sshfs to 3.7.3 and addon to (118)
This commit is contained in:
parent
a482185ec6
commit
4b4c4ab32f
@ -1,3 +1,7 @@
|
|||||||
|
118
|
||||||
|
- sshfs: update to 3.7.3
|
||||||
|
- include fuse and fuse3
|
||||||
|
|
||||||
117
|
117
|
||||||
- iperf: update to 3.12
|
- iperf: update to 3.12
|
||||||
- nmap: update to 7.93
|
- nmap: update to 7.93
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PKG_NAME="network-tools"
|
PKG_NAME="network-tools"
|
||||||
PKG_VERSION="1.0"
|
PKG_VERSION="1.0"
|
||||||
PKG_REV="117"
|
PKG_REV="118"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://libreelec.tv"
|
PKG_SITE="https://libreelec.tv"
|
||||||
@ -35,10 +35,20 @@ PKG_DEPENDS_TARGET="toolchain \
|
|||||||
wireless_tools"
|
wireless_tools"
|
||||||
|
|
||||||
addon() {
|
addon() {
|
||||||
mkdir -p ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
mkdir -p ${ADDON_BUILD}/${PKG_ADDON_ID}/{bin,lib}
|
||||||
# bwm-ng
|
# bwm-ng
|
||||||
cp -P $(get_install_dir bwm-ng)/usr/bin/bwm-ng ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
cp -P $(get_install_dir bwm-ng)/usr/bin/bwm-ng ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||||
|
|
||||||
|
# fuse
|
||||||
|
cp -P $(get_install_dir fuse)/usr/bin/{fusermount,ulockmgr_server} ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||||
|
cp -P $(get_install_dir fuse)/usr/sbin/mount.fuse ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||||
|
cp -P $(get_install_dir fuse)/usr/lib/{libfuse.so*,libulockmgr.so*} ${ADDON_BUILD}/${PKG_ADDON_ID}/lib
|
||||||
|
|
||||||
|
# fuse3
|
||||||
|
cp -P $(get_install_dir fuse3)/usr/bin/fusermount3 ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||||
|
cp -P $(get_install_dir fuse3)/usr/sbin/mount.fuse3 ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||||
|
cp -P $(get_install_dir fuse3)/usr/lib/libfuse3.so* ${ADDON_BUILD}/${PKG_ADDON_ID}/lib
|
||||||
|
|
||||||
# iftop
|
# iftop
|
||||||
cp -P $(get_install_dir iftop)/usr/sbin/iftop ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
cp -P $(get_install_dir iftop)/usr/sbin/iftop ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user