diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-09-13 17:32:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-09-13 17:32:20 +0000 |
commit | 94fee202311e9e82c2501ef35bfc10bfc46b839f (patch) | |
tree | 98fa27a2aa7b8a9fff687e15302f9d2db7964392 /target/linux/adm5120/Makefile | |
parent | b7b1b8dc73016ea860ad7b47bc165477f0672bd3 (diff) | |
download | upstream-94fee202311e9e82c2501ef35bfc10bfc46b839f.tar.gz upstream-94fee202311e9e82c2501ef35bfc10bfc46b839f.tar.bz2 upstream-94fee202311e9e82c2501ef35bfc10bfc46b839f.zip |
remove 2.6.25 specific stuff
SVN-Revision: 12598
Diffstat (limited to 'target/linux/adm5120/Makefile')
-rw-r--r-- | target/linux/adm5120/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/adm5120/Makefile b/target/linux/adm5120/Makefile index 2947308f8e..5709a58cdb 100644 --- a/target/linux/adm5120/Makefile +++ b/target/linux/adm5120/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007,2008 OpenWrt.org +# Copyright (C) 2007-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,6 @@ include $(TOPDIR)/rules.mk BOARD:=adm5120 BOARDNAME:=Infineon/ADMtek ADM5120 -#LINUX_VERSION:=2.6.25.16 LINUX_VERSION:=2.6.26.3 SUBTARGETS:=router_le router_be INITRAMFS_EXTRA_FILES:= |