* Bump to 4.18, removing the obvious, fixing build problems, put some on waiting. * Pin 4.18 to DEV, rollback 4.14 to NEXT, adjust configs, remove one deprecated patch from NEXT and add board-h3-address-some-stability-issues.patch * Adjust few boards in development to new reality, removing it from NEXT for now * Adjust few board configs * Board config adjustement * Adjust few boards configs * Port NeoCore2 and Neo21.1 to 4.14.y * Adjust board config * Adjust board config
18 lines
427 B
Plaintext
18 lines
427 B
Plaintext
# H3 quad core 512MB SoC Headless WiFi/BT eMMC
|
|
BOARD_NAME="NanoPi Air"
|
|
BOARDFAMILY="sun8i"
|
|
BOOTCONFIG="nanopi_neo_air_defconfig"
|
|
#
|
|
MODULES="#w1-sunxi #w1-gpio #w1-therm #sunxi-cir hci_uart rfcomm hidp dhd g_serial"
|
|
MODULES_NEXT="brcmfmac g_serial"
|
|
DEFAULT_OVERLAYS="usbhost1 usbhost2"
|
|
CPUMIN="240000"
|
|
CPUMAX="912000"
|
|
#
|
|
BUILD_DESKTOP="no"
|
|
#
|
|
KERNEL_TARGET="default,next,dev"
|
|
CLI_TARGET="stretch,bionic:next"
|
|
#
|
|
CLI_BETA_TARGET=""
|