X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fxburst%2FMakefile;h=2a64b7c46fa04b8693105d809469a050354bd751;hb=d09f4e06316c2b51c19fb8d69c08c58fd26f9497;hp=24a8545de5432456685e480196804a7cb816766f;hpb=0c7b285613a12f086952be1bebbd08c1ad10dbb7;p=librecmc%2Flibrecmc.git diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index 24a8545de5..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 audio +BOARDNAME:=Ingenic XBurst +FEATURES:=targz nand ubifs audio +SUBTARGETS:=qi_lb60 -LINUX_VERSION:=2.6.32.9 +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))