network: Drop any traces of ISDN

This has been removed a long time ago and we should probably spend a
little bit more time on keeping the networking code tidy :)

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2022-12-01 17:22:56 +00:00
committed by Peter Müller
parent 957863f754
commit a0918657c9
21 changed files with 7 additions and 97 deletions

View File

@@ -24,11 +24,6 @@
eval $(/usr/local/bin/readhash /var/ipfire/ppp/settings)
if [ "$TYPE" = "isdn" ]; then
DNS1="${MS_DNS1}"
DNS2="${MS_DNS2}"
fi
# Write DNS servers to configuration
echo "${DNS1}" > /var/run/dns1
echo "${DNS2}" > /var/run/dns2