diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-09-13 17:32:20 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-09-13 17:32:20 +0000 |
commit | b610f4bee85a6f89c767720b1943c7667f7a37ec (patch) | |
tree | 41f4281ba10a25b1f486187439631aabab54c8d1 /target/linux/adm5120/Makefile | |
parent | efd888e4be8c8b29a77a06a7e6ae1318badf9719 (diff) |
[adm5120] remove 2.6.25 specific stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12598 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 2947308f8..5709a58cd 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:= |