diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-09 08:42:28 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-09 08:42:28 +0000 |
commit | 2c25f5f6a1ab953ad8d3a603e1496910a1e27092 (patch) | |
tree | 13f964961c8e9f504815e28c8f7d28f48a702ed6 /target | |
parent | f2f7a415fac90b2443cf02d0d551b99939fe4a95 (diff) |
[malta] update to 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23935 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/malta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index 7ca1e4557c..f688262458 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -12,7 +12,7 @@ CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time SUBTARGETS:=le be INITRAMFS_EXTRA_FILES:= -LINUX_VERSION:=2.6.35.8 +LINUX_VERSION:=2.6.36 include $(INCLUDE_DIR)/target.mk |