mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-21 20:46:14 +00:00
fd36d4a7ab
Switch default kernel version for ipq806x to 6.6. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
27 lines
644 B
Makefile
27 lines
644 B
Makefile
# Copyright (c) 2013 The Linux Foundation. All rights reserved.
|
|
#
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=ipq806x
|
|
BOARDNAME:=Qualcomm Atheros IPQ806X
|
|
FEATURES:=squashfs fpu ramdisk
|
|
CPU_TYPE:=cortex-a15
|
|
CPU_SUBTYPE:=neon-vfpv4
|
|
SUBTARGETS:=generic chromium
|
|
|
|
KERNEL_PATCHVER:=6.6
|
|
|
|
KERNELNAME:=zImage Image dtbs
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
DEFAULT_PACKAGES += \
|
|
kmod-leds-gpio kmod-gpio-button-hotplug \
|
|
kmod-ata-ahci kmod-ata-ahci-platform \
|
|
kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \
|
|
kmod-phy-qcom-ipq806x-usb kmod-usb3 kmod-usb-dwc3-qcom \
|
|
kmod-ath10k-ct wpad-basic-mbedtls \
|
|
uboot-envtools
|
|
|
|
$(eval $(call BuildTarget))
|