X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fmxs%2FMakefile;h=96aba031d717a10149fc4f7a02cd42f45642c3ce;hb=b97247c2e9cd528206dbe5c55055bd913230eba4;hp=fe08898fd3a59eefc4b9b2c9e41ee6abf095421f;hpb=07043a853a34292a12044ab524d301ab5932315f;p=oweals%2Fopenwrt.git diff --git a/target/linux/mxs/Makefile b/target/linux/mxs/Makefile index fe08898fd3..96aba031d7 100644 --- a/target/linux/mxs/Makefile +++ b/target/linux/mxs/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2013 OpenWrt.org +# Copyright (C) 2013-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=mxs -BOARDNAME:=Freescale i.MX23/i.MX28 series +BOARDNAME:=Freescale i.MX23/i.MX28 FEATURES:=ext4 rtc usb gpio CPU_TYPE:=arm926ej-s MAINTAINER:=Zoltan HERPAI -LINUX_VERSION:=3.10.15 -KERNELNAME:="zImage dtbs" +KERNEL_PATCHVER:=4.19 +KERNELNAME:=zImage dtbs define Target/Description Support for Freescale i.MX23/i.MX28 boards @@ -22,6 +22,4 @@ endef include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += kmod-wdt-stmp3xxx - $(eval $(call BuildTarget))