diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-01-25 21:04:15 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-01-25 21:04:15 +0000 |
commit | 4e8b080d9f7819ee9bb77cdb8215462acc1759f9 (patch) | |
tree | efad7bd1b41a2d96ff842eaa6ef2c5f241ff943d /target/linux/adm5120/Makefile | |
parent | 9a74dd2faae85d00c5e669fce947aec8eb1f0dfb (diff) | |
download | upstream-4e8b080d9f7819ee9bb77cdb8215462acc1759f9.tar.gz upstream-4e8b080d9f7819ee9bb77cdb8215462acc1759f9.tar.bz2 upstream-4e8b080d9f7819ee9bb77cdb8215462acc1759f9.zip |
preliminary support for 2.6.28 (based on the patches by Alexandros C. Couloumbis)
SVN-Revision: 14189
Diffstat (limited to 'target/linux/adm5120/Makefile')
-rw-r--r-- | target/linux/adm5120/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/adm5120/Makefile b/target/linux/adm5120/Makefile index 914a5d774a..90ea26ecf7 100644 --- a/target/linux/adm5120/Makefile +++ b/target/linux/adm5120/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2008 OpenWrt.org +# Copyright (C) 2007-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk BOARD:=adm5120 BOARDNAME:=Infineon/ADMtek ADM5120 -LINUX_VERSION:=2.6.27.13 +LINUX_VERSION:=2.6.28 SUBTARGETS:=router_le router_be INITRAMFS_EXTRA_FILES:= |