X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fsibyte%2FMakefile;h=9146be55ec01dde83232ea4445cac74bc87fe2e7;hp=ac3633f61a00d4805c20a892da1e1eb1139f2209;hb=4ae6be47e5eb8f58ec01a47c963c28aab6ec44b6;hpb=816629e5de97408f1db76420879f78ae0986e004 diff --git a/target/linux/sibyte/Makefile b/target/linux/sibyte/Makefile index ac3633f61a..9146be55ec 100644 --- a/target/linux/sibyte/Makefile +++ b/target/linux/sibyte/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 OpenWrt.org +# +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,10 +9,15 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=sibyte BOARDNAME:=Broadcom/SiByte SB-1 -FEATURES:=broken +FEATURES:=fpu +CFLAGS:=-Os -pipe -march=sb1 -funit-at-a-time -LINUX_VERSION:=2.6.24.7 +LINUX_VERSION:=2.6.32.8 include $(INCLUDE_DIR)/target.mk +define Target/Description + Build firmware images for Broadcom/SiByte SB-1 boards +endef + $(eval $(call BuildTarget))