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:
Stephan Raue 2011-02-14 13:58:05 +01:00
parent ae19e572fd
commit be36fcdb45
2 changed files with 1 additions and 2 deletions

View File

@ -28,5 +28,4 @@ $SCRIPTS/install ethtool
if [ "$NETMOUNT" = "yes" ]; then
$SCRIPTS/install netmount
$SCRIPTS/install cifs-utils
fi

View File

@ -25,7 +25,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv"
PKG_URL=""
PKG_DEPENDS="samba nfs-utils sshfs-fuse connman"
PKG_DEPENDS="cifs-utils nfs-utils sshfs-fuse connman"
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="tools"