X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fsibyte%2FMakefile;h=fb27b4633dfe02d5a7333d49aaedf9b678a08be8;hb=218428bb19ffbd1775493f370bbcc76c70955c87;hp=5b58ebe6c7f67b44412d70c543c12c885dae8670;hpb=0c95905c4f670d7d880dfddaea9d2313e4f0b310;p=openwrt.git diff --git a/target/linux/sibyte/Makefile b/target/linux/sibyte/Makefile index 5b58ebe6c7..fb27b4633d 100644 --- a/target/linux/sibyte/Makefile +++ b/target/linux/sibyte/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=sibyte BOARDNAME:=Broadcom/SiByte SB-1 -FEATURES:=fpu -CFLAGS:=-Os -pipe -march=sb1 -funit-at-a-time +FEATURES:=fpu ramdisk broken +CFLAGS:=-Os -pipe -march=sb1 -fno-caller-saves MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.32.25 +LINUX_VERSION:=3.3.8 include $(INCLUDE_DIR)/target.mk