diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2009-06-11 08:26:52 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2009-06-11 08:26:52 +0000 |
commit | 8cd16ebd280dbfe339eabd6c1cdad492ae2bffc7 (patch) | |
tree | c403cf2b44e7a0f982dd715ad375086f8bd52d74 /target/linux/octeon | |
parent | 6103f5ecba4cf222d89eea256b0cb48129426183 (diff) | |
download | upstream-8cd16ebd280dbfe339eabd6c1cdad492ae2bffc7.tar.gz upstream-8cd16ebd280dbfe339eabd6c1cdad492ae2bffc7.tar.bz2 upstream-8cd16ebd280dbfe339eabd6c1cdad492ae2bffc7.zip |
Bump 2.6.30 kernel version to final
SVN-Revision: 16419
Diffstat (limited to 'target/linux/octeon')
-rw-r--r-- | target/linux/octeon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile index 4f344a3827..96a322667e 100644 --- a/target/linux/octeon/Makefile +++ b/target/linux/octeon/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Cavium Networks Octeon FEATURES:=squashfs jffs2 pci CFLAGS:=-Os -pipe -funit-at-a-time -LINUX_VERSION:=2.6.30-rc8 +LINUX_VERSION:=2.6.30 include $(INCLUDE_DIR)/target.mk |