mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
add resize and set bakclight and volume
This commit is contained in:
@@ -12,6 +12,18 @@ image bootfs.vfat {
|
||||
"boot/firstboot.custom.sh-OFF",
|
||||
"boot/normalboot.custom.sh"
|
||||
}
|
||||
file misc/bin/fatresize_hc {
|
||||
image = "boot/misc/bin/fatresize_hc"
|
||||
}
|
||||
file configs/manifest {
|
||||
image = "boot/configs/manifest"
|
||||
}
|
||||
file configs/.volume.conf {
|
||||
image = "boot/configs/.volume.conf"
|
||||
}
|
||||
file configs/.backlight.conf {
|
||||
image = "boot/configs/.backlight.conf"
|
||||
}
|
||||
}
|
||||
size = 8M
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user