website: opti device list
This commit is contained in:
49
website/docs/repos.js
Normal file
49
website/docs/repos.js
Normal file
@@ -0,0 +1,49 @@
|
||||
const repos = [
|
||||
{
|
||||
maintainer: 'SpectreDev-007',
|
||||
maintainer_link: 'https://github.com/SpectreDev-007',
|
||||
kernel_name: 'kernel_sony_sm8250',
|
||||
kernel_link: 'https://github.com/XperiaBrickers/kernel_sony_sm8250',
|
||||
devices: 'Sony sm8250 device'
|
||||
},
|
||||
|
||||
{
|
||||
maintainer: 'akash07k',
|
||||
maintainer_link: 'https://github.com/akash07k',
|
||||
kernel_name: 'nexus_kernel_xiaomi_sm8250',
|
||||
kernel_link: 'https://github.com/akash07k/nexus_kernel_xiaomi_sm8250/tree/lychee',
|
||||
devices: 'Poco F4: munch'
|
||||
},
|
||||
|
||||
{
|
||||
maintainer: 'HMTheBoy154',
|
||||
maintainer_link: 'https://github.com/hmtheboy154',
|
||||
kernel_name: 'Darkmatter-kernel',
|
||||
kernel_link: 'https://github.com/hmtheboy154/Darkmatter-kernel',
|
||||
devices: 'Generic x86_64 devices running Android-x86'
|
||||
},
|
||||
|
||||
{
|
||||
maintainer: 'Asuka-mio',
|
||||
maintainer_link: 'https://github.com/asuka-mio',
|
||||
kernel_name: 'android_kernel_xiaomi_cas',
|
||||
kernel_link: 'https://github.com/AcmeUI-Devices/android_kernel_xiaomi_cas',
|
||||
devices: 'Mi 10 Ultra: cas'
|
||||
},
|
||||
{
|
||||
maintainer: 'xiaoleGun',
|
||||
maintainer_link: 'https://github.com/xiaoleGun',
|
||||
kernel_name: 'Miku_kernel_xiaomi_wayne',
|
||||
kernel_link: 'https://github.com/Diva-Room/Miku_kernel_xiaomi_wayne',
|
||||
devices: 'wayne'
|
||||
},
|
||||
{
|
||||
maintainer: 'YamazakuraH',
|
||||
maintainer_link: 'https://github.com/YamazakuraH',
|
||||
kernel_name: 'kernel_xiaomi_cepheus',
|
||||
kernel_link: 'https://github.com/169163-Network/kernel_xiaomi_cepheus',
|
||||
devices: 'cepheus for pixel experience'
|
||||
},
|
||||
];
|
||||
|
||||
export default repos;
|
||||
Reference in New Issue
Block a user