diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:25:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:25:40 +0000 |
commit | d4725679975ef2ec1e10aad5cf39f87cc9e28dd8 (patch) | |
tree | dff011935e239bac29edb2a91731a19e058f53fa | |
parent | eb2188c0e229799d7fc619fbff66d70f8f5b76c6 (diff) | |
download | upstream-d4725679975ef2ec1e10aad5cf39f87cc9e28dd8.tar.gz upstream-d4725679975ef2ec1e10aad5cf39f87cc9e28dd8.tar.bz2 upstream-d4725679975ef2ec1e10aad5cf39f87cc9e28dd8.zip |
adm5120: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35115
-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 d94edf445a..89f8926460 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:=3.6.11 +LINUX_VERSION:=3.7.2 SUBTARGETS:=router_le router_be rb1xx INITRAMFS_EXTRA_FILES:= |