From b944cc862900dcb1684c02154a4ed9816b05355e Mon Sep 17 00:00:00 2001 From: Tim Niemeyer Date: Sat, 5 Mar 2016 16:07:52 +0100 Subject: [PATCH] bsp/default: remove unused files Signed-off-by: Tim Niemeyer Reviewed-by: Tobias Klaus --- bsp/default/root_file_system/etc/bat-hosts | 1 - bsp/default/root_file_system/etc/hostsupdate.sh | 3 --- 2 files changed, 4 deletions(-) delete mode 120000 bsp/default/root_file_system/etc/bat-hosts delete mode 100644 bsp/default/root_file_system/etc/hostsupdate.sh diff --git a/bsp/default/root_file_system/etc/bat-hosts b/bsp/default/root_file_system/etc/bat-hosts deleted file mode 120000 index 4f6fb0b5..00000000 --- a/bsp/default/root_file_system/etc/bat-hosts +++ /dev/null @@ -1 +0,0 @@ -../tmp/bat-hosts \ No newline at end of file diff --git a/bsp/default/root_file_system/etc/hostsupdate.sh b/bsp/default/root_file_system/etc/hostsupdate.sh deleted file mode 100644 index 48d2e3bf..00000000 --- a/bsp/default/root_file_system/etc/hostsupdate.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -wget -T15 http://[`uci get configurator.@api[0].ipv6_address`%`uci get configurator.@api[0].ipv6_interface`]/api_nodewatcher.php?section=get_hostnames_and_mac -O - | grep -v -e "^..-..-" | sort -u > /tmp/bat-hosts \ No newline at end of file