X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fxburst%2FMakefile;h=2a64b7c46fa04b8693105d809469a050354bd751;hb=92eaf27c62cad5f9832dc7084e1ae14d5e7b47e6;hp=259ffb980f161720b5e135ad6e65a5d305f59e15;hpb=ac5d5cbc795bc618dc426ac3631c88f4e73eaff5;p=openwrt%2Fopenwrt.git diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index 259ffb980f..2a64b7c46f 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -10,16 +10,16 @@ ARCH:=mipsel BOARD:=xburst BOARDNAME:=Ingenic XBurst FEATURES:=targz nand ubifs audio -SUBTARGETS:=qi_lb60 n516 n526 id800wt +SUBTARGETS:=qi_lb60 -LINUX_VERSION:=3.10.36 +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))