diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-02-11 10:50:40 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-02-11 10:50:40 +0000 |
commit | 884aca7088d4a1f002a362890060f6d24cdc6619 (patch) | |
tree | 964d4e228d3b3b6c7ef250a587afe1c047fbfedb /target/linux/ps3/Makefile | |
parent | 068af6af3e72a50d5a62a8c65babf75b743a2876 (diff) | |
download | upstream-884aca7088d4a1f002a362890060f6d24cdc6619.tar.gz upstream-884aca7088d4a1f002a362890060f6d24cdc6619.tar.bz2 upstream-884aca7088d4a1f002a362890060f6d24cdc6619.zip |
upgrade & standardize kernel versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10443 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ps3/Makefile')
-rw-r--r-- | target/linux/ps3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ps3/Makefile b/target/linux/ps3/Makefile index 3499d024bd..653ba80def 100644 --- a/target/linux/ps3/Makefile +++ b/target/linux/ps3/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=ps3 BOARDNAME:=Sony PlayStation 3 -LINUX_VERSION:=2.6.23 +LINUX_VERSION:=2.6.23.16 KERNEL_CC:= include $(INCLUDE_DIR)/target.mk |