X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fxburst%2FMakefile;h=2a64b7c46fa04b8693105d809469a050354bd751;hp=7707c76045bd1013b5b51cc1b0d3a5e3d78a09e4;hb=92eaf27c62cad5f9832dc7084e1ae14d5e7b47e6;hpb=5c75e1dd029a9cd18b5c46540c9c4323fd6311d7 diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index 7707c76045..2a64b7c46f 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2010 OpenWrt.org +# Copyright (C) 2009-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,21 +8,18 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=xburst -BOARDNAME:=XBurst JZ47x0 -FEATURES:=jffs2 tgz ubifs +BOARDNAME:=Ingenic XBurst +FEATURES:=targz nand ubifs audio +SUBTARGETS:=qi_lb60 -LINUX_VERSION:=2.6.32.8 +KERNEL_PATCHVER:=3.18 -DEVICE_TYPE=other - -include $(INCLUDE_DIR)/target.mk - -KERNELNAME:=uImage - -DEFAULT_PACKAGES += gpioctl +DEVICE_TYPE:=other define Target/Description Build firmware images for XBurst JZ47x0 based boards. endef +include $(INCLUDE_DIR)/target.mk + $(eval $(call BuildTarget))