X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fsibyte%2FMakefile;h=fb27b4633dfe02d5a7333d49aaedf9b678a08be8;hb=218428bb19ffbd1775493f370bbcc76c70955c87;hp=097e416d0c95ce6ff7bb692a3fa0202600e0ed80;hpb=ec067db63fc2b96770b99522f45882aa49391383;p=openwrt.git diff --git a/target/linux/sibyte/Makefile b/target/linux/sibyte/Makefile index 097e416d0c..fb27b4633d 100644 --- a/target/linux/sibyte/Makefile +++ b/target/linux/sibyte/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 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,10 +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.30.9 +LINUX_VERSION:=3.3.8 include $(INCLUDE_DIR)/target.mk