Root/target/linux/lantiq/Makefile

1#
2# Copyright (C) 2007-2011 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8
9ARCH:=mips
10BOARD:=lantiq
11BOARDNAME:=Lantiq GPON/XWAY
12FEATURES:=squashfs jffs2
13DEFAULT_SUBTARGET:=danube
14
15LINUX_VERSION:=3.0.3
16
17CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves
18
19define Target/Description
20    Build firmware images for Lantiq SoC
21endef
22
23include $(INCLUDE_DIR)/target.mk
24
25$(eval $(call BuildTarget))
26

Archive Download this file



interactive