summaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/other.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-10-06 12:33:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-10-06 12:33:04 +0000
commitf98bf31a1403e1004ccef584d6c699e915d23e40 (patch)
tree0380e104fd8a40a6d3ec44456e069c0147fa9b11 /package/kernel/linux/modules/other.mk
parent6ce1936708c226ae3ba0f5bcef8d167702c36533 (diff)
downloadmaster-31e0f0ae-f98bf31a1403e1004ccef584d6c699e915d23e40.tar.gz
master-31e0f0ae-f98bf31a1403e1004ccef584d6c699e915d23e40.tar.bz2
master-31e0f0ae-f98bf31a1403e1004ccef584d6c699e915d23e40.zip
kernel: drop the now unused kmod-oprofile package
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47148
Diffstat (limited to 'package/kernel/linux/modules/other.mk')
-rw-r--r--package/kernel/linux/modules/other.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 4a65a03e33..d438fbe7df 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -362,21 +362,6 @@ endef
$(eval $(call KernelPackage,sdhci))
-define KernelPackage/oprofile
- SUBMENU:=$(OTHER_MENU)
- TITLE:=OProfile profiling support
- KCONFIG:=CONFIG_OPROFILE
- FILES:=$(LINUX_DIR)/arch/$(LINUX_KARCH)/oprofile/oprofile.ko
- DEPENDS:=@KERNEL_PROFILING
-endef
-
-define KernelPackage/oprofile/description
- Kernel module for support for oprofile system profiling
-endef
-
-$(eval $(call KernelPackage,oprofile))
-
-
define KernelPackage/rfkill
SUBMENU:=$(OTHER_MENU)
TITLE:=RF switch subsystem support