[packages] replace @LINUX_2_6 with @!LINUX_2_4, fixes fallout after r23246
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23266 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
||||
define KernelPackage/oprofile
|
||||
SUBMENU:=Other modules
|
||||
TITLE:=OProfile profiling support
|
||||
KCONFIG:=CONFIG_OPROFILE @LINUX_2_6
|
||||
KCONFIG:=CONFIG_OPROFILE @!LINUX_2_4
|
||||
FILES:=$(LINUX_DIR)/arch/$(LINUX_KARCH)/oprofile/oprofile.$(LINUX_KMOD_SUFFIX)
|
||||
DEPENDS:=@KERNEL_PROFILING
|
||||
endef
|
||||
|
Reference in New Issue
Block a user