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>
This commit is contained in:
parent
1b44ecc2d7
commit
ed3e1bd2cc
2 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
. /lib/functions.sh
|
. /lib/functions.sh
|
||||||
. /lib/functions/lantiq.sh
|
|
||||||
|
|
||||||
IFNAME_CHANGED=0
|
IFNAME_CHANGED=0
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
. /lib/functions/lantiq.sh
|
|
||||||
|
|
||||||
set_preinit_iface() {
|
set_preinit_iface() {
|
||||||
ifname=eth0
|
ifname=eth0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue