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 | 7e4bc7d49177e6f53af7ed505814f0de0c882424 (patch) | |
tree | 6a481ec2a31410680efec3ade58735a22226a14c /target/linux/adm5120/Makefile | |
parent | 37bf4d46cc5206bbaaaf746124e9a4ed3ea0876e (diff) | |
download | upstream-7e4bc7d49177e6f53af7ed505814f0de0c882424.tar.gz upstream-7e4bc7d49177e6f53af7ed505814f0de0c882424.tar.bz2 upstream-7e4bc7d49177e6f53af7ed505814f0de0c882424.zip |
[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:= |