summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
Diffstat (limited to 'remote')
-rwxr-xr-xremote/setup_target10
1 files changed, 1 insertions, 9 deletions
diff --git a/remote/setup_target b/remote/setup_target
index 286daf3a..46c1d978 100755
--- a/remote/setup_target
+++ b/remote/setup_target
@@ -7,18 +7,10 @@ MODULES_DIR="${MODE_DIR}/modules"
PROCESSED_MODULES=""
initial_checks () {
-
- # check for required tools
- for BIN in git locate depmod
- do
- local TEST=$(which ${BIN})
- [ -z "$TEST" ] && pinfo "Installing $BIN..." && apt-get install $BIN
- done
-
+ :
}
read_config () {
-
# unset previous variables from other config files
for VARNAME in ${!REQUIRED_*}; do
unset $VARNAME