projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[scripts] ext-toolchain.sh: fix typo
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
Makefile
diff --git
a/target/linux/ixp4xx/Makefile
b/target/linux/ixp4xx/Makefile
index
d6bd81b
..
87e1e06
100644
(file)
--- a/
target/linux/ixp4xx/Makefile
+++ b/
target/linux/ixp4xx/Makefile
@@
-1,5
+1,5
@@
#
#
-# Copyright (C) 2006-20
08
OpenWrt.org
+# Copyright (C) 2006-20
11
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-10,9
+10,10
@@
ARCH:=armeb
BOARD:=ixp4xx
BOARDNAME:=Intel IXP4xx
FEATURES:=squashfs
BOARD:=ixp4xx
BOARDNAME:=Intel IXP4xx
FEATURES:=squashfs
+MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
SUBTARGETS=generic harddisk
SUBTARGETS=generic harddisk
-LINUX_VERSION:=2.6.
28.9
+LINUX_VERSION:=2.6.
37.6
include $(INCLUDE_DIR)/target.mk
include $(INCLUDE_DIR)/target.mk
This page took
0.023688 seconds
and
4
git commands to generate.