Author: nbd Date: 2015-10-06 14:33:04 +0200 (Tue, 06 Oct 2015) New Revision: 47148
Modified: trunk/package/kernel/linux/modules/other.mk Log: kernel: drop the now unused kmod-oprofile package Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/kernel/linux/modules/other.mk =================================================================== --- trunk/package/kernel/linux/modules/other.mk 2015-10-06 12:32:59 UTC (rev 47147) +++ trunk/package/kernel/linux/modules/other.mk 2015-10-06 12:33:04 UTC (rev 47148) @@ -362,21 +362,6 @@ $(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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
