mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
[BOARD] add modules.custom.sh in BOOT partition (#35)
* add modules.custom script * refactor MODULES_CUSTOM scripting in main (disabled by default)
This commit is contained in:
9
board/miyoo/boot/modules.custom.sh
Normal file
9
board/miyoo/boot/modules.custom.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
# Leave one line uncommented to load expected video driver
|
||||
#
|
||||
modprobe r61520fb flip=1
|
||||
#modprobe r61520fb debug=1
|
||||
#modprobe st7789sfb lowcurrent=1 tefix=0
|
||||
#modprobe st7789sTEfb
|
||||
#modprobe rm68090fb
|
||||
#modprobe gc9306fb
|
||||
#modprobe hx8347dfb
|
||||
Reference in New Issue
Block a user