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 | 4c8f56fd1d62382fac641e58218da022a76be131 (patch) | |
tree | 592e60f94c83ab5f5acce8d2a2bc2522a88f8e06 /target/linux/sibyte/Makefile | |
parent | 84aafe1f9aeb3beac2c4dbfff79f4322f3d2dcb0 (diff) | |
download | upstream-4c8f56fd1d62382fac641e58218da022a76be131.tar.gz upstream-4c8f56fd1d62382fac641e58218da022a76be131.tar.bz2 upstream-4c8f56fd1d62382fac641e58218da022a76be131.zip |
[sibyte]: upgrade to 2.6.37.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26228 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |