2020-05-26 21:30:05 +00:00
|
|
|
config('KERNEL_KALLSYMS', false)
|
|
|
|
config('GLUON_SPECIALIZE_KERNEL', true)
|
2019-09-14 11:24:37 +00:00
|
|
|
|
|
|
|
no_opkg()
|
|
|
|
|
2019-09-23 19:47:50 +00:00
|
|
|
defaults {
|
|
|
|
class = 'tiny', -- 32M RAM
|
|
|
|
}
|
|
|
|
|
2019-06-14 17:20:15 +00:00
|
|
|
-- VoCore
|
2018-05-09 02:00:02 +00:00
|
|
|
|
2020-04-06 10:26:58 +00:00
|
|
|
device('vocore-8M', 'vocore_vocore-8m', {
|
2019-06-14 17:20:15 +00:00
|
|
|
factory = false,
|
|
|
|
})
|
2018-05-09 02:00:02 +00:00
|
|
|
|
2020-04-06 10:26:58 +00:00
|
|
|
device('vocore-16M', 'vocore_vocore-16m', {
|
2019-06-14 17:20:15 +00:00
|
|
|
factory = false,
|
|
|
|
})
|