From: Felix Fietkau Date: Thu, 24 Feb 2011 01:11:16 +0000 (+0000) Subject: add kmod-oprofile to package/kernel X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=d161276f3688f67cfd7795dcb38d8b1786c4da45;ds=sidebyside add kmod-oprofile to package/kernel SVN-Revision: 25690 --- diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 60a534c86d..0ecc7b3786 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -663,6 +663,21 @@ endef $(eval $(call KernelPackage,mmc-atmelmci,1)) +define KernelPackage/oprofile + SUBMENU:=$(OTHER_MENU) + TITLE:=OProfile profiling support + KCONFIG:=CONFIG_OPROFILE + FILES:=$(LINUX_DIR)/arch/$(LINUX_KARCH)/oprofile/oprofile.$(LINUX_KMOD_SUFFIX) + 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