diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-02-17 23:00:47 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-02-17 23:00:47 +0000 |
commit | c7d10f043ff6e8b63c7266f99ff0aa0a101f4365 (patch) | |
tree | ba3ebda0eb37f5730649d67f5fe1efa0288c63bd /target/linux/sibyte/Makefile | |
parent | 0cfd25119d1554d24e99b29a2d21b026a0e14c0e (diff) | |
download | upstream-c7d10f043ff6e8b63c7266f99ff0aa0a101f4365.tar.gz upstream-c7d10f043ff6e8b63c7266f99ff0aa0a101f4365.tar.bz2 upstream-c7d10f043ff6e8b63c7266f99ff0aa0a101f4365.zip |
upgrade to 2.6.32.8
SVN-Revision: 19694
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 bfcd648cc0..9146be55ec 100644 --- a/target/linux/sibyte/Makefile +++ b/target/linux/sibyte/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 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. @@ -12,7 +12,7 @@ BOARDNAME:=Broadcom/SiByte SB-1 FEATURES:=fpu CFLAGS:=-Os -pipe -march=sb1 -funit-at-a-time -LINUX_VERSION:=2.6.30.10 +LINUX_VERSION:=2.6.32.8 include $(INCLUDE_DIR)/target.mk |