1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 16:31:40 +03:00

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
This commit is contained in:
juhosg 2012-05-07 17:40:09 +00:00
parent 74bfc39816
commit 15b93cf7b1

View File

@ -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