diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-02-11 10:32:01 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-02-11 10:32:01 +0000 |
commit | be613a2976574b2cd28906aa00c668d65e9f4724 (patch) | |
tree | e9d6fbf37c01b5309af946cdea090896e9e1961e /target/linux/sibyte/Makefile | |
parent | d72b83c3f754fbd5e80d3f4fa5bddff5bf3324bc (diff) | |
download | upstream-be613a2976574b2cd28906aa00c668d65e9f4724.tar.gz upstream-be613a2976574b2cd28906aa00c668d65e9f4724.tar.bz2 upstream-be613a2976574b2cd28906aa00c668d65e9f4724.zip |
upgrade sibyte to 2.6.24
SVN-Revision: 10442
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 52728da190..74c15cb328 100644 --- a/target/linux/sibyte/Makefile +++ b/target/linux/sibyte/Makefile @@ -8,10 +8,10 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=sibyte -BOARDNAME:=SiByte MIPS +BOARDNAME:=Broadcom/SiByte SB-1 FEATURES:=broken -LINUX_VERSION:=2.6.21.5 +LINUX_VERSION:=2.6.24 include $(INCLUDE_DIR)/target.mk |