file: Ignore config file with '.' in name master
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 26 Nov 2024 19:56:39 +0000 (20:56 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 26 Nov 2024 21:05:50 +0000 (22:05 +0100)
commit10f7996ec29449915640acca5d65b592365a4b14
treefbe64bebcb915be2a95448dac002b309a8554f99
parent5781664d5087ccc4b5ab58505883231212dbedbc
file: Ignore config file with '.' in name

Uci doesn't support files with '.' in the config name and also have
parsing problems confusing option section with the actual filename.

Example:

hello.apk-new is parsed as hello filename and apk-new section

To correctly handle and prevent any kind of error, skip parsing these
file entirely. This is now needed for APK support as it does generate
config with a .apk-new suffix if a config already exist and the package
is updated.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
file.c