mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-08-23 19:04:06 +02:00
49 lines
1.0 KiB
JSON
49 lines
1.0 KiB
JSON
[
|
|
{
|
|
"atf":
|
|
{
|
|
"url": "https://github.com/ARM-software/arm-trusted-firmware.git",
|
|
"config": false
|
|
}
|
|
},
|
|
{
|
|
"uboot":
|
|
{
|
|
"url": "https://github.com/u-boot/u-boot.git",
|
|
"config": true,
|
|
"config_target": "menuconfig"
|
|
}
|
|
},
|
|
{
|
|
"kernel":
|
|
{
|
|
"url": "https://github.com/torvalds/linux.git",
|
|
"config": true,
|
|
"config_target": "menuconfig"
|
|
}
|
|
},
|
|
{
|
|
"buildroot":
|
|
{
|
|
"url": "https://github.com/buildroot/buildroot.git",
|
|
"config": true,
|
|
"config_target": "menuconfig"
|
|
}
|
|
},
|
|
{
|
|
"busybox":
|
|
{
|
|
"url": "https://git.busybox.net/busybox",
|
|
"config": true,
|
|
"config_target": "menuconfig"
|
|
}
|
|
},
|
|
{
|
|
"rtl8189ES_linux":
|
|
{
|
|
"url": "https://github.com/jwrdegoede/rtl8189ES_linux.git",
|
|
"config": false
|
|
}
|
|
}
|
|
]
|