aboutsummaryrefslogtreecommitdiffstats
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
commit7e06c657c86fa86f432d4fc7196107d2fd37ff5d (patch)
tree3e46fc2526a50f24bdccf368a0c3b504fbf328de /package/kernel/linux/modules/other.mk
parentce3e6c15beaf44a48a0127f9c1745a4fcc2a644b (diff)
downloadmaster-187ad058-7e06c657c86fa86f432d4fc7196107d2fd37ff5d.tar.gz
master-187ad058-7e06c657c86fa86f432d4fc7196107d2fd37ff5d.tar.bz2
master-187ad058-7e06c657c86fa86f432d4fc7196107d2fd37ff5d.zip
kernel: drop the now unused kmod-oprofile package
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47148 3c298f89-4303-0410-b956-a3cf2f4a3e73
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