diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-03-18 13:33:18 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-03-18 13:33:18 +0000 |
commit | de69f84399125d33f593c1a2245ca9ff886b0ae7 (patch) | |
tree | 4993ed1520f05d4dcaf127e649863141aa0fbb46 /target/linux/sibyte/Makefile | |
parent | 4ef09dc5f8bbf051437f921ec972ff10c4248edc (diff) | |
download | upstream-de69f84399125d33f593c1a2245ca9ff886b0ae7.tar.gz upstream-de69f84399125d33f593c1a2245ca9ff886b0ae7.tar.bz2 upstream-de69f84399125d33f593c1a2245ca9ff886b0ae7.zip |
upgrade to 2.6.37.4
SVN-Revision: 26228
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 6614b82fc0..4a9c6d91bf 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 +FEATURES:=fpu ramdisk CFLAGS:=-Os -pipe -march=sb1 -funit-at-a-time MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=2.6.32.33 +LINUX_VERSION:=2.6.37.4 include $(INCLUDE_DIR)/target.mk |