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 | 3a0e58b2e1df4afc11224ea5b5bf0b74d4ce3688 (patch) | |
tree | 2c7dffafdd430c342a3b1d221eeb9006bdeebf14 /target/linux/ppc44x | |
parent | be613a2976574b2cd28906aa00c668d65e9f4724 (diff) | |
download | upstream-3a0e58b2e1df4afc11224ea5b5bf0b74d4ce3688.tar.gz upstream-3a0e58b2e1df4afc11224ea5b5bf0b74d4ce3688.tar.bz2 upstream-3a0e58b2e1df4afc11224ea5b5bf0b74d4ce3688.zip |
upgrade & standardize kernel versions
SVN-Revision: 10443
Diffstat (limited to 'target/linux/ppc44x')
-rw-r--r-- | target/linux/ppc44x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 9b4342c3d0..7e7061265b 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -11,7 +11,7 @@ BOARD:=ppc44x BOARDNAME:=AMCC Taishan FEATURES:=squashfs -LINUX_VERSION:=2.6.24 +LINUX_VERSION:=2.6.24.2 LINUX_KARCH:=powerpc include $(INCLUDE_DIR)/target.mk |