diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-25 21:04:15 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-25 21:04:15 +0000 |
commit | 8910bfebc23965238829cfdc7fc474eb798d60ec (patch) | |
tree | 6a481ec2a31410680efec3ade58735a22226a14c /target/linux/adm5120/Makefile | |
parent | a2670b502d829e3ba00e26293e47540600e6bfd8 (diff) |
[adm5120] preliminary support for 2.6.28 (based on the patches by Alexandros C. Couloumbis)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14189 3c298f89-4303-0410-b956-a3cf2f4a3e73
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:= |