diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-05-10 16:44:32 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-05-10 16:44:32 +0000 |
commit | 0fd04a31b78d728f61feb880b40bc8df56ecc688 (patch) | |
tree | 88605f8959dfc393dfdaf8346e6fc39c1770d153 /target/linux/ppc40x/Makefile | |
parent | 9dc0d60ad6eb0f8280912d10dafc7a5aac72998d (diff) | |
download | upstream-0fd04a31b78d728f61feb880b40bc8df56ecc688.tar.gz upstream-0fd04a31b78d728f61feb880b40bc8df56ecc688.tar.bz2 upstream-0fd04a31b78d728f61feb880b40bc8df56ecc688.zip |
upgrade ppc40x to 2.6.28.10
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15755 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 637680c5c5..95ff5592ec 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 +FEATURES:=squashfs usb -LINUX_VERSION:=2.6.27.22 +LINUX_VERSION:=2.6.28.10 LINUX_KARCH:=powerpc include $(INCLUDE_DIR)/target.mk |