diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-12-17 17:50:58 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-01-03 00:05:30 +0100 |
commit | ed3e1bd2cc8191c056e041184519f80bae192a20 (patch) | |
tree | 194aef652ef02c4976b4fcfabc63b8820c085795 /target/linux/lantiq/base-files/etc | |
parent | 1b44ecc2d71606bf9faf45361deef398849e2c4f (diff) | |
download | upstream-ed3e1bd2cc8191c056e041184519f80bae192a20.tar.gz upstream-ed3e1bd2cc8191c056e041184519f80bae192a20.tar.bz2 upstream-ed3e1bd2cc8191c056e041184519f80bae192a20.zip |
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>
Diffstat (limited to 'target/linux/lantiq/base-files/etc')
-rw-r--r-- | target/linux/lantiq/base-files/etc/uci-defaults/02_migrate_xdsl_iface | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/02_migrate_xdsl_iface b/target/linux/lantiq/base-files/etc/uci-defaults/02_migrate_xdsl_iface index 3b0313d1aa..dd57ca6d39 100644 --- a/target/linux/lantiq/base-files/etc/uci-defaults/02_migrate_xdsl_iface +++ b/target/linux/lantiq/base-files/etc/uci-defaults/02_migrate_xdsl_iface @@ -1,7 +1,6 @@ #!/bin/sh . /lib/functions.sh -. /lib/functions/lantiq.sh IFNAME_CHANGED=0 |