diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-07-28 06:57:50 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-07-28 06:57:50 +0000 |
commit | a215fb64a8fa66d7697007bb23b714999e76d5d7 (patch) | |
tree | b512690ee4a600ea3328378d760de871a2bf9dcd /target/linux/ppc44x/Makefile | |
parent | 3c806e767e7fd282c8a79b3bf6b5bae7cff400cd (diff) | |
download | upstream-a215fb64a8fa66d7697007bb23b714999e76d5d7.tar.gz upstream-a215fb64a8fa66d7697007bb23b714999e76d5d7.tar.bz2 upstream-a215fb64a8fa66d7697007bb23b714999e76d5d7.zip |
upgrade ppc44x to 2.6.30.3, enable MSI and USB support, move some patches around
SVN-Revision: 17034
Diffstat (limited to 'target/linux/ppc44x/Makefile')
-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 9b952f12e5..47926de0eb 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -11,7 +11,7 @@ BOARD:=ppc44x BOARDNAME:=AMCC/IBM PPC44x FEATURES:=squashfs -LINUX_VERSION:=2.6.28.10 +LINUX_VERSION:=2.6.30.3 LINUX_KARCH:=powerpc include $(INCLUDE_DIR)/target.mk |