diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-07-26 16:21:43 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-07-26 16:21:43 +0000 |
commit | a0829559f874eb433ba26a76dafbc7e0e027e206 (patch) | |
tree | a590b38604a0b3dc9d39a119475b959c7256605e /target/linux/ppc40x/Makefile | |
parent | b2afb336a29439d84a30a694333e902499f610d0 (diff) | |
download | upstream-a0829559f874eb433ba26a76dafbc7e0e027e206.tar.gz upstream-a0829559f874eb433ba26a76dafbc7e0e027e206.tar.bz2 upstream-a0829559f874eb433ba26a76dafbc7e0e027e206.zip |
upgrade ppc40x to 2.6.30, unify magicbox and openrb board cuimages
SVN-Revision: 17018
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 b7e584ff01..d46dcbac6a 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 |