diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-07 17:40:09 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-07 17:40:09 +0000 |
commit | 15b93cf7b1d551bea275ac9212471f83cb8873eb (patch) | |
tree | aa736097b07371d910af63d956faa294e8ca8c54 /target/linux/pxa/Makefile | |
parent | 74bfc39816d655d93ce2641ca314aec767b08726 (diff) |
pxa: switch to 3.3 and mark it as broken
It is working in qemu, but it has not been tested on real hardware.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31642 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/pxa/Makefile')
-rw-r--r-- | target/linux/pxa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/pxa/Makefile b/target/linux/pxa/Makefile index 1d5054de3..23cba7b4a 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 |