Files
Arch-R/packages/network/install
Stephan Raue 8b56e4eb8d network: fix last commit (try 2)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-10 05:42:18 +01:00

14 lines
223 B
Bash
Executable File

#!/bin/sh
. config/options $1
$SCRIPTS/install connman
$SCRIPTS/install dropbear
$SCRIPTS/install ethtool
if [ "$NETMOUNT" = "yes" ]; then
$SCRIPTS/install netmount
fi
#[ "$PPP_DAEMON" = yes ] && $SCRIPTS/install ppp