From d02070251ba23429ba2514d71f30eebece187b7f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 16 Apr 2026 19:15:46 +0200 Subject: bump vidhar --- hosts/vidhar/network/no-double-timeout.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 hosts/vidhar/network/no-double-timeout.patch (limited to 'hosts/vidhar/network/no-double-timeout.patch') diff --git a/hosts/vidhar/network/no-double-timeout.patch b/hosts/vidhar/network/no-double-timeout.patch deleted file mode 100644 index 53f41ae1..00000000 --- a/hosts/vidhar/network/no-double-timeout.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git i/pppd/plugins/pppoe/discovery.c w/pppd/plugins/pppoe/discovery.c -index 86bda61..8060558 100644 ---- i/pppd/plugins/pppoe/discovery.c -+++ w/pppd/plugins/pppoe/discovery.c -@@ -686,7 +686,7 @@ discovery1(PPPoEConnection *conn, int waitWholeTimeoutForPADO) - conn->discoveryState = STATE_SENT_PADI; - waitForPADO(conn, timeout, waitWholeTimeoutForPADO); - -- timeout *= 2; -+ // timeout *= 2; - } while (conn->discoveryState == STATE_SENT_PADI); - } - -- cgit v1.2.3