blob: 2f4f7805ec5f74ad98243e2ea2e184c8e2ddd1b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
KBRANCH_routerstationpro = "standard/routerstationpro"
KBRANCH_beagleboard = "standard/beagleboard"
SRCREV_machine_routerstationpro ?= "628fb65e665a4179b6df049563f47f521f9dfb4e"
SRCREV_machine_beagleboard ?= "e231c6220163d3c2a41cb380e1f759e8b222303c"
COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
COMPATIBLE_MACHINE_beagleboard = "beagleboard"
# routerstationpro has a flash size of 16mb
KERNEL_IMAGE_MAXSIZE_routerstationpro = "16777216"
|