mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 00:15:21 +01:00
Add build scripts for embedded (netboot) edition
This commit is contained in:
parent
71754dd164
commit
25947fc199
223 changed files with 32637 additions and 1 deletions
21
embedded/imager/package/rpi-imager/Config.in
Normal file
21
embedded/imager/package/rpi-imager/Config.in
Normal file
|
@ -0,0 +1,21 @@
|
|||
config BR2_PACKAGE_RPI_IMAGER
|
||||
bool "rpi-imager"
|
||||
select BR2_PACKAGE_QT5
|
||||
select BR2_PACKAGE_QT5BASE_GUI
|
||||
select BR2_PACKAGE_QT5BASE_CONCURRENT
|
||||
select BR2_PACKAGE_QT5BASE_JPEG
|
||||
select BR2_PACKAGE_QT5BASE_PNG
|
||||
select BR2_PACKAGE_QT5SVG
|
||||
select BR2_PACKAGE_QT5QUICKCONTROLS2
|
||||
select BR2_PACKAGE_LIBCURL
|
||||
select BR2_PACKAGE_LIBARCHIVE
|
||||
select BR2_PACKAGE_ZSTD
|
||||
select BR2_PACKAGE_DOSFSTOOLS
|
||||
select BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_CA_CERTIFICATES
|
||||
select BR2_PACKAGE_QT5TOOLS
|
||||
select BR2_PACKAGE_QT5TOOLS_LINGUIST_TOOLS
|
||||
|
||||
help
|
||||
Raspberry Pi Imager
|
Loading…
Add table
Add a link
Reference in a new issue