2009-01-02 05:12:46 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2007-2008 OpenWrt.org
|
2007-12-20 22:29:45 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=mips
|
|
|
|
BOARD:=ifxmips
|
|
|
|
BOARDNAME:=Infineon Mips
|
2009-10-02 08:09:27 +00:00
|
|
|
FEATURES:=squashfs jffs2 atm
|
2009-03-04 14:46:02 +00:00
|
|
|
|
2009-10-04 19:46:48 +00:00
|
|
|
LINUX_VERSION:=2.6.30.8
|
2007-12-20 22:29:45 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2009-10-05 15:10:15 +00:00
|
|
|
DEFAULT_PACKAGES+=uboot-ifxmips
|
|
|
|
#kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl kmod-ifxmips-atm
|
2007-12-20 22:29:45 +00:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Infineon Mips Controllers
|
|
|
|
endef
|
|
|
|
|
2009-03-04 14:46:02 +00:00
|
|
|
ifeq ($(KERNEL_PATCHVER),2.6.28)
|
|
|
|
define Kernel/Prepare
|
|
|
|
$(call Kernel/Prepare/Default)
|
|
|
|
mv $(LINUX_DIR)/include/asm-mips/* $(LINUX_DIR)/arch/mips/include/asm/
|
|
|
|
endef
|
|
|
|
endif
|
|
|
|
|
2007-12-20 22:29:45 +00:00
|
|
|
$(eval $(call BuildTarget))
|