diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-01-10 16:02:11 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-01-10 16:02:11 +0000 |
commit | 7d5f49afc1f9a2183a209c14e5fda43e6613a420 (patch) | |
tree | c6219b74180780f7f5a732779e3bafe899058de4 /target/linux/mpc83xx/Makefile | |
parent | f8a49928e5698a3d7126f6919a3d15821681d148 (diff) | |
download | upstream-7d5f49afc1f9a2183a209c14e5fda43e6613a420.tar.gz upstream-7d5f49afc1f9a2183a209c14e5fda43e6613a420.tar.bz2 upstream-7d5f49afc1f9a2183a209c14e5fda43e6613a420.zip |
upgrade to 2.6.31, add preliminary support for the Freescale MPC8377E-WLAN board - not finished, yet
SVN-Revision: 19092
Diffstat (limited to 'target/linux/mpc83xx/Makefile')
-rw-r--r-- | target/linux/mpc83xx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/mpc83xx/Makefile b/target/linux/mpc83xx/Makefile index 96b379f09d..1bbfa768d5 100644 --- a/target/linux/mpc83xx/Makefile +++ b/target/linux/mpc83xx/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2009 OpenWrt.org +# Copyright (C) 2007-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=mpc83xx BOARDNAME:=Freescale MPC83xx -FEATURES:=tgz broken +FEATURES:=squashfs tgz broken -LINUX_VERSION:=2.6.30.10 +LINUX_VERSION:=2.6.31.11 include $(INCLUDE_DIR)/target.mk |