projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[include] toplevel.mk: remove quotes from the release name, its up to its users to...
[openwrt.git]
/
target
/
linux
/
pxa
/
Makefile
diff --git
a/target/linux/pxa/Makefile
b/target/linux/pxa/Makefile
index
da78ed7
..
577053e
100644
(file)
--- a/
target/linux/pxa/Makefile
+++ b/
target/linux/pxa/Makefile
@@
-1,5
+1,5
@@
-#
-# Copyright (C) 2006-20
08
OpenWrt.org
+#
+# Copyright (C) 2006-20
10
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.
@@
-9,14
+9,15
@@
include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=pxa
BOARDNAME:=Marvell/Intel PXA2xx
ARCH:=arm
BOARD:=pxa
BOARDNAME:=Marvell/Intel PXA2xx
-FEATURES:=jffs2 broken
+FEATURES:=squashfs
+MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
-LINUX_VERSION:=2.6.
21.7
+LINUX_VERSION:=2.6.
32.29
include $(INCLUDE_DIR)/target.mk
define Target/Description
include $(INCLUDE_DIR)/target.mk
define Target/Description
- Build images for P
AX
2xx systems, eg. Gumstix.
+ Build images for P
XA
2xx systems, eg. Gumstix.
endef
KERNELNAME:="uImage"
endef
KERNELNAME:="uImage"
This page took
0.023835 seconds
and
4
git commands to generate.