kernel: mark all v3.18 and v4.4 kernels are source-only
[openwrt/staging/chunkeey.git] / target / linux / xburst / Makefile
index 052d1517f054f6c51f5454285e9c3dc1b5c463fd..16d0b8b1b40f9ce700a6099f81165f7061fd4004 100644 (file)
@@ -9,17 +9,17 @@ include $(TOPDIR)/rules.mk
 ARCH:=mipsel
 BOARD:=xburst
 BOARDNAME:=Ingenic XBurst
-FEATURES:=jffs2 targz ubifs audio broken
-SUBTARGETS:=qi_lb60 n516 n526 id800wt
+FEATURES:=targz nand ubifs audio source-only
+SUBTARGETS:=qi_lb60
 
-LINUX_VERSION:=3.8.2
+KERNEL_PATCHVER:=3.18
 
-DEVICE_TYPE=other
-
-include $(INCLUDE_DIR)/target.mk
+DEVICE_TYPE:=other
 
 define Target/Description
        Build firmware images for XBurst JZ47x0 based boards.
 endef
 
+include $(INCLUDE_DIR)/target.mk
+
 $(eval $(call BuildTarget))