network: fix last commit (try 2)

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-10 05:42:18 +01:00
parent d366574f2d
commit 8b56e4eb8d

View File

@ -5,6 +5,9 @@
$SCRIPTS/install connman $SCRIPTS/install connman
$SCRIPTS/install dropbear $SCRIPTS/install dropbear
$SCRIPTS/install ethtool $SCRIPTS/install ethtool
[ $NETMOUNT = "yes" ] && $SCRIPTS/install netmount
if [ "$NETMOUNT" = "yes" ]; then
$SCRIPTS/install netmount
fi
#[ "$PPP_DAEMON" = yes ] && $SCRIPTS/install ppp #[ "$PPP_DAEMON" = yes ] && $SCRIPTS/install ppp