kernel: move DRM_DEBUG_* symbols to generic config
[openwrt/staging/chunkeey.git] / target / linux / mxs / Makefile
index f914e47d0110389e235a4bc9ca32177f3846bfbb..29c879f13aa18f790ed3b6376cc565e9c20b8f68 100644 (file)
@@ -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 <wigyori@uid0.hu>
-LINUX_VERSION:=3.13.7
-KERNELNAME:="zImage dtbs"
+KERNEL_PATCHVER:=4.9
+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))