X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fmxs%2FMakefile;h=447c3336f431272e7f24d6b32d8f0b1be1f62b05;hb=f5977c0c0a613dbde8cf8cda909249f5af42b323;hp=d2d612de906ff074d567955a431e8a371dd751dc;hpb=036f4ed4db4f5b0f13b535e0dc57ffbe56b9811f;p=oweals%2Fopenwrt.git diff --git a/target/linux/mxs/Makefile b/target/linux/mxs/Makefile index d2d612de90..447c3336f4 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.12 -KERNELNAME:="zImage dtbs" +KERNEL_PATCHVER:=4.4 +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))