aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/oprofile/patches/100-use_insmod_instead_of_modprobe.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2015-07-26 15:53:44 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2015-07-26 15:53:44 +0000
commit53647060abeeff507c21d1ce52abf2082aabe63f (patch)
treefab3baf60f05c3ec5e919756ce1c88c17dc1ba35 /package/devel/oprofile/patches/100-use_insmod_instead_of_modprobe.patch
parentac96a1665ac74123f92bd7ec0154da186d918981 (diff)
downloadupstream-53647060abeeff507c21d1ce52abf2082aabe63f.tar.gz
upstream-53647060abeeff507c21d1ce52abf2082aabe63f.tar.bz2
upstream-53647060abeeff507c21d1ce52abf2082aabe63f.zip
oprofile: update to 1.1.0-rc2 and make it work with musl
This brings oprifle to version 1.1.0-rc2 and adds some fixes for musl. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46505
Diffstat (limited to 'package/devel/oprofile/patches/100-use_insmod_instead_of_modprobe.patch')
-rw-r--r--package/devel/oprofile/patches/100-use_insmod_instead_of_modprobe.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/devel/oprofile/patches/100-use_insmod_instead_of_modprobe.patch b/package/devel/oprofile/patches/100-use_insmod_instead_of_modprobe.patch
deleted file mode 100644
index cd71d0d959..0000000000
--- a/package/devel/oprofile/patches/100-use_insmod_instead_of_modprobe.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/utils/opcontrol
-+++ b/utils/opcontrol
-@@ -249,7 +249,7 @@ load_module_26()
- {
- grep oprofilefs /proc/filesystems >/dev/null
- if test "$?" -ne 0; then
-- modprobe oprofile
-+ insmod oprofile
- if test "$?" != "0"; then
- # couldn't load the module
- return