From 52a49afd218bb5d60064f80b5b7d3d6f887dac92 Mon Sep 17 00:00:00 2001 From: Marek Lindner Date: Thu, 25 Jun 2009 23:52:45 +0800 Subject: [PATCH] [xburst] remove the dash from the filenames --- target/linux/{x-burst => xburst}/Makefile | 10 +++++----- target/linux/{x-burst => xburst}/config-2.6.24 | 0 target/linux/{x-burst => xburst}/image/Makefile | 0 .../{x-burst => xburst}/patches-2.6.24/001-board.patch | 0 .../patches-2.6.24/002-yaffs2_dists.patch | 0 5 files changed, 5 insertions(+), 5 deletions(-) rename target/linux/{x-burst => xburst}/Makefile (64%) rename target/linux/{x-burst => xburst}/config-2.6.24 (100%) rename target/linux/{x-burst => xburst}/image/Makefile (100%) rename target/linux/{x-burst => xburst}/patches-2.6.24/001-board.patch (100%) rename target/linux/{x-burst => xburst}/patches-2.6.24/002-yaffs2_dists.patch (100%) diff --git a/target/linux/x-burst/Makefile b/target/linux/xburst/Makefile similarity index 64% rename from target/linux/x-burst/Makefile rename to target/linux/xburst/Makefile index 3103a2e41..b46bb9b43 100644 --- a/target/linux/x-burst/Makefile +++ b/target/linux/xburst/Makefile @@ -7,18 +7,18 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel -BOARD:=jz47x0 -BOARDNAME:=Ingenic JZ47x0 +BOARD:=xburst +BOARDNAME:=XBurst JZ47x0 FEATURES:=squashfs jffs2 -LINUX_VERSION:=2.6.24.7 +LINUX_VERSION:=2.6.28.10 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += hostapd-mini kmod-madwifi gpioctl +DEFAULT_PACKAGES += gpioctl define Target/Description - Build firmware images for Ingenic JZ47x0 based boards. + Build firmware images for XBurst JZ47x0 based boards. endef $(eval $(call BuildTarget)) diff --git a/target/linux/x-burst/config-2.6.24 b/target/linux/xburst/config-2.6.24 similarity index 100% rename from target/linux/x-burst/config-2.6.24 rename to target/linux/xburst/config-2.6.24 diff --git a/target/linux/x-burst/image/Makefile b/target/linux/xburst/image/Makefile similarity index 100% rename from target/linux/x-burst/image/Makefile rename to target/linux/xburst/image/Makefile diff --git a/target/linux/x-burst/patches-2.6.24/001-board.patch b/target/linux/xburst/patches-2.6.24/001-board.patch similarity index 100% rename from target/linux/x-burst/patches-2.6.24/001-board.patch rename to target/linux/xburst/patches-2.6.24/001-board.patch diff --git a/target/linux/x-burst/patches-2.6.24/002-yaffs2_dists.patch b/target/linux/xburst/patches-2.6.24/002-yaffs2_dists.patch similarity index 100% rename from target/linux/x-burst/patches-2.6.24/002-yaffs2_dists.patch rename to target/linux/xburst/patches-2.6.24/002-yaffs2_dists.patch