1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-18 23:56:48 +03:00
openwrt-xburst/target/linux/danube/Makefile
blogic 80484c3972 initial merge of danube, pci is still broken and the new dma code still needs to be tested, before the merge
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9704 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-10 20:00:55 +00:00

22 lines
425 B
Makefile

#
# Copyright (C) 2007 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
ARCH:=mips
BOARD:=danube
BOARDNAME:=Infineon Danube
FEATURES:=squashfs jffs2 broken
LINUX_VERSION:=2.6.23
include $(INCLUDE_DIR)/target.mk
define Target/Description
Build firmware images for Infineon Danube
endef
$(eval $(call BuildTarget))