From 5146e9fbee3120cfca3e48f07367fe644d1abc04 Mon Sep 17 00:00:00 2001
From: Tobias Klaus <tk+ff@meskalero.de>
Date: Sun, 23 Nov 2014 22:12:25 +0100
Subject: [PATCH] remove unused tunneldigger package and feed

---
 .gitignore           |  1 -
 bsp/wdr4300/.config  |  1 -
 bsp/wdr4900/.config  |  1 -
 bsp/wr1043nd/.config |  1 -
 bsp/wr740n/.config   |  1 -
 bsp/wr741/.config    |  1 -
 bsp/wr841/.config    |  1 -
 buildscript          | 12 ------------
 8 files changed, 19 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1e76952c..d2bf6cbf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,5 +8,4 @@ src/packages/fastd/
 src/packages/libremap/
 src/packages/openwrt/
 src/packages/routing/
-src/packages/tunneldigger/
 .project
\ No newline at end of file
diff --git a/bsp/wdr4300/.config b/bsp/wdr4300/.config
index 4903af92..b676df9f 100644
--- a/bsp/wdr4300/.config
+++ b/bsp/wdr4300/.config
@@ -2389,7 +2389,6 @@ CONFIG_PACKAGE_terminfo=y
 # CONFIG_PACKAGE_trace-cmd-extra is not set
 # CONFIG_PACKAGE_trace-cmd is not set
 # CONFIG_PACKAGE_tune2fs is not set
-CONFIG_PACKAGE_tunneldigger=y
 # CONFIG_PACKAGE_uboot-ar71xx-nbg460n_550n_550nh is not set
 CONFIG_PACKAGE_uboot-envtools=y
 CONFIG_PACKAGE_ubox=y
diff --git a/bsp/wdr4900/.config b/bsp/wdr4900/.config
index 257ea020..efe3fb05 100644
--- a/bsp/wdr4900/.config
+++ b/bsp/wdr4900/.config
@@ -2391,7 +2391,6 @@ CONFIG_PACKAGE_terminfo=y
 # CONFIG_PACKAGE_trace-cmd-extra is not set
 # CONFIG_PACKAGE_trace-cmd is not set
 # CONFIG_PACKAGE_tune2fs is not set
-CONFIG_PACKAGE_tunneldigger=y
 # CONFIG_PACKAGE_uboot-envtools is not set
 CONFIG_PACKAGE_ubox=y
 CONFIG_PACKAGE_ubusd=y
diff --git a/bsp/wr1043nd/.config b/bsp/wr1043nd/.config
index 26d4b9af..4c5f9f67 100644
--- a/bsp/wr1043nd/.config
+++ b/bsp/wr1043nd/.config
@@ -2389,7 +2389,6 @@ CONFIG_PACKAGE_terminfo=y
 # CONFIG_PACKAGE_trace-cmd-extra is not set
 # CONFIG_PACKAGE_trace-cmd is not set
 # CONFIG_PACKAGE_tune2fs is not set
-CONFIG_PACKAGE_tunneldigger=y
 # CONFIG_PACKAGE_uboot-ar71xx-nbg460n_550n_550nh is not set
 CONFIG_PACKAGE_uboot-envtools=y
 CONFIG_PACKAGE_ubox=y
diff --git a/bsp/wr740n/.config b/bsp/wr740n/.config
index 6c430356..bea3201a 100644
--- a/bsp/wr740n/.config
+++ b/bsp/wr740n/.config
@@ -2391,7 +2391,6 @@ CONFIG_PACKAGE_terminfo=y
 # CONFIG_PACKAGE_trace-cmd-extra is not set
 # CONFIG_PACKAGE_trace-cmd is not set
 # CONFIG_PACKAGE_tune2fs is not set
-CONFIG_PACKAGE_tunneldigger=y
 CONFIG_PACKAGE_uboot-ar71xx-nbg460n_550n_550nh=y
 CONFIG_PACKAGE_uboot-envtools=y
 CONFIG_PACKAGE_ubox=y
diff --git a/bsp/wr741/.config b/bsp/wr741/.config
index 07c31e30..4b7233d1 100644
--- a/bsp/wr741/.config
+++ b/bsp/wr741/.config
@@ -2386,7 +2386,6 @@ CONFIG_PACKAGE_terminfo=y
 # CONFIG_PACKAGE_trace-cmd-extra is not set
 # CONFIG_PACKAGE_trace-cmd is not set
 # CONFIG_PACKAGE_tune2fs is not set
-CONFIG_PACKAGE_tunneldigger=y
 CONFIG_PACKAGE_uboot-ar71xx-nbg460n_550n_550nh=y
 CONFIG_PACKAGE_uboot-envtools=y
 CONFIG_PACKAGE_ubox=y
diff --git a/bsp/wr841/.config b/bsp/wr841/.config
index 6df23dca..ad2c19ed 100644
--- a/bsp/wr841/.config
+++ b/bsp/wr841/.config
@@ -2387,7 +2387,6 @@ CONFIG_PACKAGE_terminfo=y
 # CONFIG_PACKAGE_trace-cmd-extra is not set
 # CONFIG_PACKAGE_trace-cmd is not set
 # CONFIG_PACKAGE_tune2fs is not set
-CONFIG_PACKAGE_tunneldigger=y
 CONFIG_PACKAGE_uboot-ar71xx-nbg460n_550n_550nh=y
 CONFIG_PACKAGE_uboot-envtools=y
 CONFIG_PACKAGE_ubox=y
diff --git a/buildscript b/buildscript
index 5ff3c845..de5ff990 100755
--- a/buildscript
+++ b/buildscript
@@ -53,17 +53,6 @@ get_source() {
 	test -d fastd || git clone git://git.metameute.de/lff/pkg_fastd fastd
 	git --git-dir=fastd/.git --work-tree=fastd/ checkout v14-1
 
-    if [ ! -d tunneldigger ]; then
-        git init tunneldigger
-        cd tunneldigger/
-        git remote add -f origin https://github.com/wlanslovenija/firmware-packages-opkg.git
-        git config core.sparsecheckout true
-        echo net/tunneldigger/ >> .git/info/sparse-checkout
-        git pull origin
-        cd ..
-    fi
-    git --git-dir=tunneldigger/.git --work-tree=tunneldigger checkout 8c750d28506c08abbcce9edc5761332074b43116
-
     test -d libremap || git clone https://github.com/libremap/libremap-agent-openwrt.git libremap
     git --git-dir=libremap/.git --work-tree=libremap checkout 7194289d4b8a009df10613a3a88dc841fa26f423
 
@@ -88,7 +77,6 @@ prepare() {
 	
 	$target/scripts/feeds install -p packagesol nodewatcher
 	$target/scripts/feeds install -p fastd fastd libuecc
-	$target/scripts/feeds install -p tunneldigger tunneldigger
 	$target/scripts/feeds install -p libremap libremap-agent
 	$target/scripts/feeds install -p routing alfred kmod-batman-adv kmod-batgat
 	$target/scripts/feeds install -p openwrt bridge ethtool gpioctl-sysfs horst libugpio mii-tool wavemon kmod-gpiotoggling
-- 
GitLab