diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-12 10:49:28 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-12 10:49:28 +0000 |
commit | c53f588e2b96dd4c3a3f6b5961938eee4ac7f32c (patch) | |
tree | ae420bc3101cced1ddb9a2d3e482f3c1a0a95337 /target/linux/sibyte/Makefile | |
parent | 8e84deb1d40697cc187837f281395cd0e755e6cc (diff) |
sibyte: switch to 3.3
It is compile tested only, so add a broken flag.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31681 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/sibyte/Makefile')
-rw-r--r-- | target/linux/sibyte/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/sibyte/Makefile b/target/linux/sibyte/Makefile index 67036f7ad..a96aed4e3 100644 --- a/target/linux/sibyte/Makefile +++ b/target/linux/sibyte/Makefile @@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=sibyte BOARDNAME:=Broadcom/SiByte SB-1 -FEATURES:=fpu ramdisk +FEATURES:=fpu ramdisk broken CFLAGS:=-Os -pipe -march=sb1 -fno-caller-saves MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=2.6.37.6 +LINUX_VERSION:=3.3.5 include $(INCLUDE_DIR)/target.mk |