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