diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-08-07 13:50:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-08-07 13:50:02 +0000 |
commit | db4d23b4577ebf718406129a59c87beb20594c68 (patch) | |
tree | a5ba9b630f965637a010cee2088af4d57efc7f29 /target/linux/adm5120/Makefile | |
parent | 34a16898a1874c3e319a145477b15e1a244efa55 (diff) | |
download | upstream-db4d23b4577ebf718406129a59c87beb20594c68.tar.gz upstream-db4d23b4577ebf718406129a59c87beb20594c68.tar.bz2 upstream-db4d23b4577ebf718406129a59c87beb20594c68.zip |
add 2.6.26 specific files
SVN-Revision: 12239
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 be42321ec9..e97a80ad69 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:= |