diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-10-08 11:13:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-10-08 11:13:04 +0000 |
commit | 95f55531694ae1d81b2808a2fc515c56908428e4 (patch) | |
tree | 274f2bf501dbad7ce10ec714c8d8a17c8841996c | |
parent | 0ddc97c252eefb8a56dd645c4ef3543a2df443c0 (diff) | |
download | upstream-95f55531694ae1d81b2808a2fc515c56908428e4.tar.gz upstream-95f55531694ae1d81b2808a2fc515c56908428e4.tar.bz2 upstream-95f55531694ae1d81b2808a2fc515c56908428e4.zip |
adm5120: switch to 2.6.30
SVN-Revision: 17999
-rw-r--r-- | target/linux/adm5120/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120/Makefile b/target/linux/adm5120/Makefile index 86a2e41d92..4b33990593 100644 --- a/target/linux/adm5120/Makefile +++ b/target/linux/adm5120/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk BOARD:=adm5120 BOARDNAME:=Infineon/ADMtek ADM5120 -LINUX_VERSION:=2.6.28.10 +LINUX_VERSION:=2.6.30.8 SUBTARGETS:=router_le router_be INITRAMFS_EXTRA_FILES:= |