mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
add kmod-oprofile to package/kernel (backport of r25690)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25691 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -872,6 +872,21 @@ endef
|
|||||||
$(eval $(call KernelPackage,textsearch))
|
$(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
|
define KernelPackage/rfkill
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=RF switch subsystem support
|
TITLE:=RF switch subsystem support
|
||||||
|
|||||||
Reference in New Issue
Block a user