Enable kernel building for olinuxino a13 and awsom a20

This commit is contained in:
zador-blood-stained 2016-04-22 14:42:15 +03:00
parent a9a77d573b
commit 338e1c9e5f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# A20 dual core SoM
KERNEL_TARGET=""
KERNEL_TARGET="default,next,dev"
LINUXFAMILY=sun7i
BOOTCONFIG=Awsom_defconfig
MODULES="hci_uart gpio_sunxi rfcomm hidp bonding spi_sun7i"

View File

@ -5,4 +5,4 @@ MODULES="gpio_sunxi spi_sunxi"
MODULES_NEXT="bonding"
CLI_TARGET=""
DESKTOP_TARGET=""
KERNEL_TARGET=""
KERNEL_TARGET="default,next,dev"