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:
@@ -4,6 +4,8 @@
|
|||||||
! to_file is optional; if missing will use from_file
|
! to_file is optional; if missing will use from_file
|
||||||
.backlight.conf
|
.backlight.conf
|
||||||
.volume.conf
|
.volume.conf
|
||||||
|
.buttons.conf
|
||||||
|
.batterylow.conf
|
||||||
gmenu2x.conf gmenu2x/gmenu2x.conf
|
gmenu2x.conf gmenu2x/gmenu2x.conf
|
||||||
input.conf gmenu2x/input.conf
|
input.conf gmenu2x/input.conf
|
||||||
! leave this last line here
|
! leave this last line here
|
||||||
|
|||||||
@@ -20,6 +20,12 @@ image bootfs.vfat {
|
|||||||
file configs/.volume.conf {
|
file configs/.volume.conf {
|
||||||
image = "boot/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 {
|
file configs/.backlight.conf {
|
||||||
image = "boot/configs/.backlight.conf"
|
image = "boot/configs/.backlight.conf"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
9
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
7
|
|
||||||
Reference in New Issue
Block a user