mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 23:17:50 +00:00
netmount: dont depend on samba anymore, depends on cifs-utils, various cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ae19e572fd
commit
be36fcdb45
@ -28,5 +28,4 @@ $SCRIPTS/install ethtool
|
|||||||
|
|
||||||
if [ "$NETMOUNT" = "yes" ]; then
|
if [ "$NETMOUNT" = "yes" ]; then
|
||||||
$SCRIPTS/install netmount
|
$SCRIPTS/install netmount
|
||||||
$SCRIPTS/install cifs-utils
|
|
||||||
fi
|
fi
|
||||||
|
@ -25,7 +25,7 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.openelec.tv"
|
PKG_SITE="http://www.openelec.tv"
|
||||||
PKG_URL=""
|
PKG_URL=""
|
||||||
PKG_DEPENDS="samba nfs-utils sshfs-fuse connman"
|
PKG_DEPENDS="cifs-utils nfs-utils sshfs-fuse connman"
|
||||||
PKG_BUILD_DEPENDS="toolchain"
|
PKG_BUILD_DEPENDS="toolchain"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="tools"
|
PKG_SECTION="tools"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user