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 | e4b6839fd399aa4e66712af87c51b1934c9b1d16 (patch) | |
tree | ece903728db7b69e7e53e8822ea2e7eeb8b5ec50 /target/linux/ppc40x/Makefile | |
parent | 32868c1a0027a2aaa0dafea3287f8fcc34459052 (diff) | |
download | upstream-e4b6839fd399aa4e66712af87c51b1934c9b1d16.tar.gz upstream-e4b6839fd399aa4e66712af87c51b1934c9b1d16.tar.bz2 upstream-e4b6839fd399aa4e66712af87c51b1934c9b1d16.zip |
upgrade to 3.0 (magicbox ata and openrb usb is broken, but the current kernel didn't compile at all, so...)
SVN-Revision: 27826
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 |