mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-14 20:02:04 +08:00

* autocore: add cpu freq & temp display for some arm devices Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org> Co-authored-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> * Revert "show CPU Temperature for NanoPi R2S (#5612)" This reverts commit 099439f051a8b2393554eb26cec2df074f653fae. Co-authored-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
26 lines
643 B
Makefile
26 lines
643 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=ipq40xx
|
|
BOARDNAME:=Qualcomm Atheros IPQ40XX
|
|
FEATURES:=squashfs fpu ramdisk nand
|
|
CPU_TYPE:=cortex-a7
|
|
CPU_SUBTYPE:=neon-vfpv4
|
|
SUBTARGETS:=generic
|
|
|
|
KERNEL_PATCHVER:=4.19
|
|
KERNEL_TESTING_PATCHVER:=5.4
|
|
|
|
KERNELNAME:=zImage Image dtbs
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
DEFAULT_PACKAGES += \
|
|
kmod-usb-dwc3-qcom \
|
|
kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
|
|
kmod-ath10k-ct wpad-openssl \
|
|
kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019-ct \
|
|
autocore-arm automount autosamba luci-app-ipsec-vpnd luci-app-unblockmusic luci-app-cpufreq luci-app-zerotier \
|
|
htop ethtool
|
|
|
|
$(eval $(call BuildTarget))
|