3ce43329f5
target_config.lua and target_config_check.lua don't pass a table of callbacks anymore, so target_config_lib.lua can by simplified by moving all the code that was in the returned function to the toplevel.
13 lines
326 B
Plaintext
13 lines
326 B
Plaintext
config('GLUON_SPECIALIZE_KERNEL', true)
|
|
|
|
defaults {
|
|
factory = false,
|
|
}
|
|
|
|
device('mikrotik-rb-nor-flash-16M', 'rb-nor-flash-16M')
|
|
device('mikrotik-rb-nor-flash-16M-ac', 'rb-nor-flash-16M-ac')
|
|
|
|
device('mikrotik-nand-64m', 'nand-64m')
|
|
device('mikrotik-nand-large', 'nand-large')
|
|
device('mikrotik-nand-large-ac', 'nand-large-ac')
|