diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-22 18:40:32 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-22 18:40:32 +0000 |
commit | f4a0bba37172a1fab5988536e8ad46f43b864591 (patch) | |
tree | 9aecab4ce44003c073439a350b41cb2f167f94cd | |
parent | 8dccf6d60b4de0961be711ab4fed0298c6568b93 (diff) |
xburst: Add 3.10 support
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37509 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/xburst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index 33fa4aed73..c9e42397be 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Ingenic XBurst FEATURES:=targz ubifs audio broken SUBTARGETS:=qi_lb60 n516 n526 id800wt -LINUX_VERSION:=3.8.13 +LINUX_VERSION:=3.10.1 DEVICE_TYPE=other |