1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-03 01:31:06 +02:00

iop32x: switch to 3.3

It is compile tested only, so add a broken flag.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31684 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2012-05-12 10:49:34 +00:00
parent 5f514056be
commit 9a9b022066

View File

@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=iop32x
BOARDNAME:=Intel IOP32x
FEATURES:=squashfs
FEATURES:=squashfs broken
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
LINUX_VERSION:=2.6.37.6
LINUX_VERSION:=3.3.5
include $(INCLUDE_DIR)/target.mk