mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-29 12:33:22 +02:00
[xburst] remove the dash from the filenames
This commit is contained in:
parent
7756d0b1fe
commit
52a49afd21
@ -7,18 +7,18 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
ARCH:=mipsel
|
ARCH:=mipsel
|
||||||
BOARD:=jz47x0
|
BOARD:=xburst
|
||||||
BOARDNAME:=Ingenic JZ47x0
|
BOARDNAME:=XBurst JZ47x0
|
||||||
FEATURES:=squashfs jffs2
|
FEATURES:=squashfs jffs2
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.24.7
|
LINUX_VERSION:=2.6.28.10
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
DEFAULT_PACKAGES += hostapd-mini kmod-madwifi gpioctl
|
DEFAULT_PACKAGES += gpioctl
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Ingenic JZ47x0 based boards.
|
Build firmware images for XBurst JZ47x0 based boards.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildTarget))
|
$(eval $(call BuildTarget))
|
Loading…
Reference in New Issue
Block a user