diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-26 13:47:42 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-26 13:47:42 +0000 |
commit | 994485877673c5eafe8626e28a805f6ce91cf609 (patch) | |
tree | 54ebcd1e75a5f180a604e4624834fdcbd6bd3271 /target/linux/ramips/Makefile | |
parent | 9eb155ad92ee904a0ac43ceb6693d1e47f722a96 (diff) | |
download | upstream-994485877673c5eafe8626e28a805f6ce91cf609.tar.gz upstream-994485877673c5eafe8626e28a805f6ce91cf609.tar.bz2 upstream-994485877673c5eafe8626e28a805f6ce91cf609.zip |
kernel: update 3.10.36->3.10.44
205-fix-headers_install.patch is obseleted by upstream commit 3246a0352e3d58380b9386570f1db1faf7edf8a8
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41351 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/Makefile')
-rw-r--r-- | target/linux/ramips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 35507a9554..c9551d8d81 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Ralink RT288x/RT3xxx SUBTARGETS:=rt305x mt7620a mt7620n mt7621 rt3883 rt288x FEATURES:=squashfs gpio -LINUX_VERSION:=3.10.36 +LINUX_VERSION:=3.10.44 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ |