diff options
Diffstat (limited to 'package/wprobe')
-rw-r--r-- | package/wprobe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wprobe/Makefile b/package/wprobe/Makefile index ab34f50d6b..d8e5a3b064 100644 --- a/package/wprobe/Makefile +++ b/package/wprobe/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk # wprobe-lib.c:149: error: 'packed' attribute ignored for field of type 'struct <anonymous>' define Package/wprobe/Default - DEPENDS:=@LINUX_2_6 @(!(TARGET_ps3||TARGET_pxcab||cris)||BROKEN) + DEPENDS:=@(!(TARGET_ps3||TARGET_pxcab||cris)||BROKEN) endef define KernelPackage/wprobe |