lantiq: remove includes of non-existent /lib/functions/lantiq.sh

lantiq.sh is still included in files which do not use it anymore.
Remove the includes.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
master
Adrian Schmutzler 2019-12-17 17:50:58 +01:00
parent 1b44ecc2d7
commit ed3e1bd2cc
2 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,6 @@
#!/bin/sh
. /lib/functions.sh
. /lib/functions/lantiq.sh
IFNAME_CHANGED=0

View File

@ -1,7 +1,5 @@
#!/bin/sh
. /lib/functions/lantiq.sh
set_preinit_iface() {
ifname=eth0
}