aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/uml
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2016-03-05 17:51:37 +0000
committerHauke Mehrtens <hauke@openwrt.org>2016-03-05 17:51:37 +0000
commit268d380182ff34b9b049988c3a1947011e7c365b (patch)
tree5bd89228b78206625e52adcaa13fffd76744cb44 /target/linux/uml
parentb8b788475cb93fa8bd1327ff9e7467fd61dd47ae (diff)
downloadmaster-187ad058-268d380182ff34b9b049988c3a1947011e7c365b.tar.gz
master-187ad058-268d380182ff34b9b049988c3a1947011e7c365b.tar.bz2
master-187ad058-268d380182ff34b9b049988c3a1947011e7c365b.zip
kernel: update kernel 4.4 to version 4.4.4
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48933 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/uml')
-rw-r--r--target/linux/uml/patches-4.4/100-link-libpthread.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/uml/patches-4.4/100-link-libpthread.patch b/target/linux/uml/patches-4.4/100-link-libpthread.patch
deleted file mode 100644
index 2ffab6bbfb..0000000000
--- a/target/linux/uml/patches-4.4/100-link-libpthread.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/scripts/link-vmlinux.sh
-+++ b/scripts/link-vmlinux.sh
-@@ -62,7 +62,7 @@ vmlinux_link()
- -Wl,--start-group \
- ${KBUILD_VMLINUX_MAIN} \
- -Wl,--end-group \
-- -lutil -lrt ${1}
-+ -lutil -lrt -lpthread ${1}
- rm -f linux
- fi
- }