aboutsummaryrefslogtreecommitdiffstats
path: root/docs/openwrt.tex
Commit message (Expand)AuthorAgeFilesLines
* add a short note on how to use OpenWrt for daily work, covering the use of qu...Florian Fainelli2009-06-281-0/+2
* Make the doc slightly more complete and add notes on how to add a new target ...Florian Fainelli2009-01-061-2/+1
* add SubmittingPatches document to docs/Felix Fietkau2007-12-281-0/+2
* apply latex style patch posted on openwrt-devel@listsFelix Fietkau2007-09-291-7/+2
* add html output for the documentation (using tex4ht)Felix Fietkau2007-01-251-1/+1
* Add some more documentation : how to add a new target to OpenWrt, howto repor...Florian Fainelli2007-01-051-0/+4
* some more build docsTim Yardley2006-11-261-4/+0
* add modified version of mbm's 'introduction to buildroot-ng' to the documenta...Felix Fietkau2006-10-161-3/+4
* add documentation for /etc/config/wireless and improve formattingFelix Fietkau2006-10-161-33/+27
* add some documentation for the init scriptsFelix Fietkau2006-10-151-0/+1
* make table of contents clickableFelix Fietkau2006-10-131-1/+2
* make table of contents clickableFelix Fietkau2006-10-131-0/+1
* add initial version of our new documentation - not too pretty yet, but will b...Felix Fietkau2006-10-131-0/+45
ymbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#
# Copyright (C) 2008-2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk

ARCH:=powerpc
BOARD:=ppc40x
BOARDNAME:=AMCC/IBM PPC40x
FEATURES:=squashfs
CPU_TYPE:=405
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>

LINUX_VERSION:=3.10.36

include $(INCLUDE_DIR)/target.mk

define Target/Description
	Build firmware images for AMCC/IBM PPC40x based boards.
endef

KERNELNAME:="uImage cuImage.magicbox cuImage.openrb"

$(eval $(call BuildTarget))