openwrt/package/base-files/files/lib
Olliver Schinagl 3da70c6469 base-files: Do not break on non-eth ports
When using OpenWRT with DSA and 'lan' ports, we could get an empty
`next_eth`. This is of course not desirable, as this causes `sh: out of
range` errors when trying to determine which one would be greater.

It turns out, that we don't even need this check at all because, when
looking for all existin eth*s on a system, and take the highest index
and then iterate a set of devices and rename to eth${highest_index+n},
it is guaranteed that there will be no conflict.

Fixes: b688bf83f9 ("base-files: rename ethernet devs on known boards")
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2023-05-09 22:54:38 +02:00
..
functions base-files: add support for retrieving IPv6 assignments 2023-02-24 23:56:36 +01:00
preinit base-files: Do not break on non-eth ports 2023-05-09 22:54:38 +02:00
upgrade base-files: fix nand_upgrade_ubinized() 2023-04-11 13:42:47 +01:00
functions.sh base-files: simplify restorecon logic 2022-05-02 21:11:05 +01:00