diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-07 13:50:02 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-07 13:50:02 +0000 |
commit | a61f0baa4c33ca352b7356e0d89d8e0ba6c0eeaf (patch) | |
tree | 8a9c734b41c7fefe6035e0c092a559ae30a2b0df /target/linux/adm5120/Makefile | |
parent | 78fdb6217a0194c8baab548318a0f482953a491c (diff) |
[adm5120] add 2.6.26 specific files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12239 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/Makefile')
-rw-r--r-- | target/linux/adm5120/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/adm5120/Makefile b/target/linux/adm5120/Makefile index be42321ec..e97a80ad6 100644 --- a/target/linux/adm5120/Makefile +++ b/target/linux/adm5120/Makefile @@ -9,7 +9,8 @@ include $(TOPDIR)/rules.mk BOARD:=adm5120 BOARDNAME:=Infineon/ADMtek ADM5120 -LINUX_VERSION:=2.6.25.12 +#LINUX_VERSION:=2.6.25.12 +LINUX_VERSION:=2.6.26 SUBTARGETS:=router_le router_be INITRAMFS_EXTRA_FILES:= |