OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 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 #
7 include $(TOPDIR)/rules.mk
8  
9 ARCH:=armeb
10 BOARD:=ixp4xx
11 BOARDNAME:=Intel IXP4xx
12 FEATURES:=squashfs
13 MAINTAINER:=Ted Hess <thess@kitschensync.net>, \
14 Imre Kaloz <kaloz@openwrt.org>
15 SUBTARGETS:=generic harddisk
16  
17 KERNEL_PATCHVER:=4.9
18  
19 include $(INCLUDE_DIR)/target.mk
20  
21 DEFAULT_PACKAGES += ixp4xx-microcode fconfig
22 KERNELNAME:=zImage
23  
24 $(eval $(call BuildTarget))