diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-26 16:21:43 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-26 16:21:43 +0000 |
commit | 1dffb9552318ed83aae43d70aa4032c282bd6a39 (patch) | |
tree | 78c47a310ecd8a3671320493393d28458628c696 /target/linux/ppc40x/Makefile | |
parent | dde7c0ddb183d5188d440dd9ef129557cf3564cc (diff) |
upgrade ppc40x to 2.6.30, unify magicbox and openrb board cuimages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17018 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x/Makefile')
-rw-r--r-- | target/linux/ppc40x/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile index b7e584ff0..d46dcbac6 100644 --- a/target/linux/ppc40x/Makefile +++ b/target/linux/ppc40x/Makefile @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=ppc40x BOARDNAME:=AMCC/IBM PPC40x -FEATURES:=squashfs jffs2 usb +FEATURES:=squashfs usb -LINUX_VERSION:=2.6.28.10 +LINUX_VERSION:=2.6.30.2 LINUX_KARCH:=powerpc include $(INCLUDE_DIR)/target.mk |