diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-31 23:40:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-31 23:40:44 +0000 |
commit | a6b0a98d84acdda7b12226e4e0c46d0ca9e2d4f0 (patch) | |
tree | 068cd25a33524fc2f95e90128c92262d97dad37e /target | |
parent | 02522011875d85b417b01a19945e3c9ea4cdb5cc (diff) | |
download | upstream-a6b0a98d84acdda7b12226e4e0c46d0ca9e2d4f0.tar.gz upstream-a6b0a98d84acdda7b12226e4e0c46d0ca9e2d4f0.tar.bz2 upstream-a6b0a98d84acdda7b12226e4e0c46d0ca9e2d4f0.zip |
orion: fix 3.10 kernel minor version
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41916 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/orion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index a0f435aa11..a38b74fe4d 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Marvell Orion SUBTARGETS:=generic harddisk MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.10.44 +LINUX_VERSION:=3.10.49 include $(INCLUDE_DIR)/target.mk |