mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
[BOARD] rely on manifest when copying *.conf files (#39)
workaround for genimage omitting hidden files when using `mountpoint` directive
This commit is contained in:
@@ -20,6 +20,12 @@ image bootfs.vfat {
|
||||
file configs/.volume.conf {
|
||||
image = "boot/configs/.volume.conf"
|
||||
}
|
||||
file configs/.backlight.conf {
|
||||
image = "boot/configs/.buttons.conf"
|
||||
}
|
||||
file configs/.backlight.conf {
|
||||
image = "boot/configs/.batterylow.conf"
|
||||
}
|
||||
file configs/.backlight.conf {
|
||||
image = "boot/configs/.backlight.conf"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user