1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-27 13:46:26 +02:00

[xburst] remove the dash from the filenames

This commit is contained in:
Marek Lindner 2009-06-25 23:52:45 +08:00 committed by Xiangfu Liu
parent 7756d0b1fe
commit 52a49afd21
5 changed files with 5 additions and 5 deletions

View File

@ -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))