diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-12 10:49:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-12 10:49:34 +0000 |
commit | a5d4de7da23d8f947e17a047e70269968f586f28 (patch) | |
tree | f7965577d8152c567e1fb45f518859f3d5ff5ad3 /target | |
parent | 598fe0e93b9cc725761ff24815c4bbc4bba4ae20 (diff) | |
download | upstream-a5d4de7da23d8f947e17a047e70269968f586f28.tar.gz upstream-a5d4de7da23d8f947e17a047e70269968f586f28.tar.bz2 upstream-a5d4de7da23d8f947e17a047e70269968f586f28.zip |
iop32x: switch to 3.3
It is compile tested only, so add a broken flag.
SVN-Revision: 31684
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/iop32x/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/iop32x/Makefile b/target/linux/iop32x/Makefile index e1e0284961..2281431dd3 100644 --- a/target/linux/iop32x/Makefile +++ b/target/linux/iop32x/Makefile @@ -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 |