X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=package%2Fkernel%2Fmodules%2Fother.mk;h=53895bd8d53355257d1fe6a49a2170ca0335212b;hp=ffcb48ffd2aaf5213337bda96683bf3ec9f2ff9e;hb=3b03945e092851a7f6b13d7c39f1b78ff0043a6f;hpb=2e9ed334e37dfce9a28ed310d0c3e16fdf1c7e22 diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index ffcb48ffd..53895bd8d 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -872,6 +872,21 @@ endef $(eval $(call KernelPackage,textsearch)) +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 @!LINUX_2_4 +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