summaryrefslogtreecommitdiffstats
path: root/target/linux/sibyte
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-12 10:49:28 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-12 10:49:28 +0000
commitedb129bb24d94f16956cdc41760f907a4dbd3fd6 (patch)
tree1504a6b08e6caf80e76b10bb54581ea1022daa0a /target/linux/sibyte
parentfd651daa4baa64c78555a1afe128bdd762e3765f (diff)
downloadmaster-31e0f0ae-edb129bb24d94f16956cdc41760f907a4dbd3fd6.tar.gz
master-31e0f0ae-edb129bb24d94f16956cdc41760f907a4dbd3fd6.tar.bz2
master-31e0f0ae-edb129bb24d94f16956cdc41760f907a4dbd3fd6.zip
sibyte: switch to 3.3
It is compile tested only, so add a broken flag. SVN-Revision: 31681
Diffstat (limited to 'target/linux/sibyte')
-rw-r--r--target/linux/sibyte/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/sibyte/Makefile b/target/linux/sibyte/Makefile
index 67036f7ade..a96aed4e39 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