[package] fix oprofile compilation failure, remove 2.4 support (#5281)
[openwrt/svn-archive/archive.git] / devel / oprofile / Makefile
index af2558c5f03107f1539e3988150d09a52096fa5b..3105f7fe3efbde0c6c2c78cfbec3ba7354482364 100644 (file)
@@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/kernel.mk
 define KernelPackage/oprofile
   SUBMENU:=Other modules
   TITLE:=OProfile profiling support
-  KCONFIG:=CONFIG_OPROFILE
+  KCONFIG:=CONFIG_OPROFILE @LINUX_2_6
   FILES:=$(LINUX_DIR)/arch/$(LINUX_KARCH)/oprofile/oprofile.$(LINUX_KMOD_SUFFIX)
   DEPENDS:=@KERNEL_PROFILING
 endef