diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-07-29 10:16:48 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-07-29 10:16:48 +0000 |
commit | 6b2e684c860bf29b389193405fbf6bb2d3dceaef (patch) | |
tree | 63e77e441f1c223e142ab77642fe75976c4b105f /target/linux/ppc40x/Makefile | |
parent | 811dd70b8fdd167937c60c2cbf7fb717de52757c (diff) | |
download | upstream-6b2e684c860bf29b389193405fbf6bb2d3dceaef.tar.gz upstream-6b2e684c860bf29b389193405fbf6bb2d3dceaef.tar.bz2 upstream-6b2e684c860bf29b389193405fbf6bb2d3dceaef.zip |
[ppc40x]: upgrade to 3.0 (magicbox ata and openrb usb is broken, but the current kernel didn't compile at all, so...)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27826 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x/Makefile')
-rw-r--r-- | target/linux/ppc40x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile index a889c34920..59db6ef45a 100644 --- a/target/linux/ppc40x/Makefile +++ b/target/linux/ppc40x/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=405 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=2.6.32.33 +LINUX_VERSION:=3.0 include $(INCLUDE_DIR)/target.mk |