X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fxburst%2FMakefile;h=258a743643b8e15a458fd84ec59b2ceb2471cc69;hb=5e1ea4810b1ddcc49901a388a917e1a2b3bc8086;hp=7043be021cf1b17816ec0cfa90d1ea9f7fb68f7e;hpb=541158d5ad4a941d927a397737b6588d2e4db22d;p=oweals%2Fopenwrt.git diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index 7043be021c..258a743643 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,19 +8,16 @@ 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 +KERNEL_PATCHVER:=3.18 DEVICE_TYPE=other include $(INCLUDE_DIR)/target.mk -KERNELNAME:=uImage - -DEFAULT_PACKAGES += gpioctl - define Target/Description Build firmware images for XBurst JZ47x0 based boards. endef