aboutsummaryrefslogtreecommitdiff
path: root/rpb-debian-iot
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo.salveti@linaro.org>2017-02-09 21:02:08 -0200
committerRicardo Salveti <ricardo.salveti@linaro.org>2017-02-09 21:02:48 -0200
commita3adde93fe584a5f69d153a2982bb39646828984 (patch)
treeecdeb2504420d930064775f9e34f18b3db7d9310 /rpb-debian-iot
parent418d460764459a287e4a5350ff465c749324c9fd (diff)
rpb-debian-iot: fetch configs from external repo
Change-Id: I4dd6ff4cfa69e4fd26b696c8a37f574b79f0556c Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Diffstat (limited to 'rpb-debian-iot')
-rw-r--r--rpb-debian-iot/conf/99-bluetooth-6lowpan.rules1
-rw-r--r--rpb-debian-iot/conf/bluetooth_6lowpand.service7
-rw-r--r--rpb-debian-iot/conf/bt05
-rw-r--r--rpb-debian-iot/conf/btsetup-hikey.service11
-rw-r--r--rpb-debian-iot/conf/gateway.conf7
-rw-r--r--rpb-debian-iot/conf/ndppd.conf9
-rw-r--r--rpb-debian-iot/conf/nm-bt0.conf2
-rw-r--r--rpb-debian-iot/conf/radvd.conf16
-rw-r--r--rpb-debian-iot/conf/tinyproxy.conf20
9 files changed, 0 insertions, 78 deletions
diff --git a/rpb-debian-iot/conf/99-bluetooth-6lowpan.rules b/rpb-debian-iot/conf/99-bluetooth-6lowpan.rules
deleted file mode 100644
index 17d13c661f..0000000000
--- a/rpb-debian-iot/conf/99-bluetooth-6lowpan.rules
+++ /dev/null
@@ -1 +0,0 @@
-ACTION=="add", SUBSYSTEM=="bluetooth", KERNEL=="hci0", TAG+="systemd", ENV{SYSTEMD_WANTS}+="bluetooth_6lowpand.service"
diff --git a/rpb-debian-iot/conf/bluetooth_6lowpand.service b/rpb-debian-iot/conf/bluetooth_6lowpand.service
deleted file mode 100644
index 00f7259612..0000000000
--- a/rpb-debian-iot/conf/bluetooth_6lowpand.service
+++ /dev/null
@@ -1,7 +0,0 @@
-[Unit]
-Description=Bluetooth 6lowpan joiner service
-After=bluetooth.service
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/bluetooth_6lowpand
diff --git a/rpb-debian-iot/conf/bt0 b/rpb-debian-iot/conf/bt0
deleted file mode 100644
index a946b86e5e..0000000000
--- a/rpb-debian-iot/conf/bt0
+++ /dev/null
@@ -1,5 +0,0 @@
-auto bt0
-allow-hotplug bt0
-iface bt0 inet6 static
- address fc00:0:0:0:d4e7::1
- netmask 80
diff --git a/rpb-debian-iot/conf/btsetup-hikey.service b/rpb-debian-iot/conf/btsetup-hikey.service
deleted file mode 100644
index b7a2393bca..0000000000
--- a/rpb-debian-iot/conf/btsetup-hikey.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Bluetooth Init Script for HiKey
-After=bluetooth.service
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/bin/btsetup-hikey.sh
-
-[Install]
-WantedBy=multi-user.target
diff --git a/rpb-debian-iot/conf/gateway.conf b/rpb-debian-iot/conf/gateway.conf
deleted file mode 100644
index c65ab72426..0000000000
--- a/rpb-debian-iot/conf/gateway.conf
+++ /dev/null
@@ -1,7 +0,0 @@
-# don't ignore RA on wlan0/eth0
-net.ipv6.conf.wlan0.accept_ra=2
-net.ipv6.conf.eth0.accept_ra=2
-# enable ip forwarding
-net.ipv6.conf.all.forwarding=1
-# enable IPv6 neighbour proxy, in case the 6lowpan needs to share the same host IPv6 subnet
-net.ipv6.conf.all.proxy_ndp=1
diff --git a/rpb-debian-iot/conf/ndppd.conf b/rpb-debian-iot/conf/ndppd.conf
deleted file mode 100644
index e3d6799165..0000000000
--- a/rpb-debian-iot/conf/ndppd.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-route-ttl 30000
-proxy wlan0 {
- router yes
- timeout 500
- ttl 30000
- rule fc00:0:0:0:d4e7::/80 {
- static
- }
-}
diff --git a/rpb-debian-iot/conf/nm-bt0.conf b/rpb-debian-iot/conf/nm-bt0.conf
deleted file mode 100644
index 3abd485c0f..0000000000
--- a/rpb-debian-iot/conf/nm-bt0.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-[keyfile]
-unmanaged-devices+=interface-name:bt0
diff --git a/rpb-debian-iot/conf/radvd.conf b/rpb-debian-iot/conf/radvd.conf
deleted file mode 100644
index 7a4e818a4e..0000000000
--- a/rpb-debian-iot/conf/radvd.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-interface bt0
-{
- IgnoreIfMissing on;
- AdvSendAdvert on;
- MinRtrAdvInterval 300;
- MaxRtrAdvInterval 600;
- AdvDefaultLifetime 7200;
- prefix fc00::/64
- {
- AdvOnLink off;
- AdvValidLifetime 36000;
- AdvPreferredLifetime 36000;
- AdvAutonomous on;
- AdvRouterAddr on;
- };
-};
diff --git a/rpb-debian-iot/conf/tinyproxy.conf b/rpb-debian-iot/conf/tinyproxy.conf
deleted file mode 100644
index d45a817f13..0000000000
--- a/rpb-debian-iot/conf/tinyproxy.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-User tinyproxy
-Group tinyproxy
-Port 8080
-Timeout 600
-# TODO: Make this return a 30 second JSON wait response
-DefaultErrorFile "/usr/share/tinyproxy/default.html"
-StatFile "/usr/share/tinyproxy/stats.html"
-Logfile "/var/log/tinyproxy/tinyproxy.log"
-LogLevel Info
-PidFile "/var/run/tinyproxy/tinyproxy.pid"
-MaxClients 100
-MinSpareServers 10
-MaxSpareServers 30
-StartServers 20
-Allow fc00::/7
-Allow fe80::/64
-Allow ::1
-ViaProxyName "tinyproxy"
-ReversePath "/DEFAULT/" "http://gitci.com:8080/DEFAULT/"
-ReverseOnly Yes