oprofile: remove the kernel module package

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25692 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2011-02-24 01:13:45 +00:00
parent 2a6c212a1d
commit 520531640a

View File

@ -22,18 +22,6 @@ PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/kernel.mk
define KernelPackage/oprofile
SUBMENU:=Other modules
TITLE:=OProfile profiling support
KCONFIG:=CONFIG_OPROFILE @!LINUX_2_4
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
define Package/oprofile
SECTION:=devel
CATEGORY:=Development
@ -97,4 +85,3 @@ endef
$(eval $(call BuildPackage,oprofile))
$(eval $(call BuildPackage,oprofile-utils))
$(eval $(call KernelPackage,oprofile))