1#
2# Copyright (C) 2006-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:=armeb
10BOARD:=ixp4xx
11BOARDNAME:=Intel IXP4xx
12FEATURES:=squashfs
13MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
14SUBTARGETS=generic harddisk
15
16LINUX_VERSION:=3.3.8
17
18include $(INCLUDE_DIR)/target.mk
19
20DEFAULT_PACKAGES += ixp4xx-microcode fconfig
21
22$(eval $(call BuildTarget))
23