diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-07-20 09:42:14 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-07-20 09:42:14 +0000 |
commit | 7e34703827f549da9e9e3122300f680bb72ed743 (patch) | |
tree | 5f795c2116c18e1aa56b8aaf75a99a26dc91c64e /target/linux/orion/Makefile | |
parent | bf6fc87f26fdc1e88e73ee7d0225fd8981bc958b (diff) | |
download | upstream-7e34703827f549da9e9e3122300f680bb72ed743.tar.gz upstream-7e34703827f549da9e9e3122300f680bb72ed743.tar.bz2 upstream-7e34703827f549da9e9e3122300f680bb72ed743.zip |
orion: Update kernel to 3.10.44
Update the kernel of the orion target to version 3.10.44.
Refresh orion config and patches to match the changes in the kernel
Tested on WRT350N-v2 device.
Signed-off-by: Maarten Bezemer <maarten.bezemer@gmail.com>
[run make kernel_oldconfig, fold a01-dt2-fixes-for-3.3.patch into dt2-setup.c,
make dt2-setup.c compile, fix harddisk subprofile]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41765 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion/Makefile')
-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 41fd875cda..a0f435aa11 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.3.8 +LINUX_VERSION:=3.10.44 include $(INCLUDE_DIR)/target.mk |