summaryrefslogtreecommitdiffstats
path: root/target/linux/pxa
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-07 17:40:09 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-07 17:40:09 +0000
commit1f1fd8616fad9169e0900d8da1fbf3d202d318a3 (patch)
tree2d29dd9d826c0b66756766ad48cbfc7b264973f1 /target/linux/pxa
parentb284c0e804c5eefadf5146020f032966ceb86eb9 (diff)
downloadmaster-31e0f0ae-1f1fd8616fad9169e0900d8da1fbf3d202d318a3.tar.gz
master-31e0f0ae-1f1fd8616fad9169e0900d8da1fbf3d202d318a3.tar.bz2
master-31e0f0ae-1f1fd8616fad9169e0900d8da1fbf3d202d318a3.zip
pxa: switch to 3.3 and mark it as broken
It is working in qemu, but it has not been tested on real hardware. SVN-Revision: 31642
Diffstat (limited to 'target/linux/pxa')
-rw-r--r--target/linux/pxa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/pxa/Makefile b/target/linux/pxa/Makefile
index 1d5054de36..23cba7b4a7 100644
--- a/target/linux/pxa/Makefile
+++ b/target/linux/pxa/Makefile
@@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=pxa
BOARDNAME:=Marvell/Intel PXA2xx
-FEATURES:=squashfs
+FEATURES:=squashfs broken
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
-LINUX_VERSION:=2.6.37.6
+LINUX_VERSION:=3.3.4
include $(INCLUDE_DIR)/target.mk