2 # Copyright (C) 2007-2010 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
11 BOARDNAME
:=Freescale MPC83xx
12 CFLAGS
:=-Os
-pipe
-funit-at-a-time
-mcpu
=603e
13 FEATURES
:=squashfs targz broken
14 MAINTAINER
:=Imre Kaloz
<kaloz@openwrt.org
>
16 LINUX_VERSION
:=2.6.36.2
18 include $(INCLUDE_DIR
)/target.mk
20 DEFAULT_PACKAGES
+= kmod-via-velocity
22 define Target
/Description
23 Build firmware images for Freescale MPC83xx based boards
(eg. RouterBoard
600).
26 $(eval
$(call BuildTarget
))