diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-12-23 09:53:06 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-12-23 09:53:06 +0000 |
commit | aba414fe72e9905f9e09e8e046265f8f8b00aa10 (patch) | |
tree | 04a84e92a51b8194a433ad1038b3150fe7f068b7 /package/ipset/Makefile | |
parent | c7e71368f796e7518deb52cd0b576485ad760c49 (diff) |
[package] disable a few packages failing on pxcab (marking them as BROKEN)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18903 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipset/Makefile')
-rw-r--r-- | package/ipset/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ipset/Makefile b/package/ipset/Makefile index e7870c5585..4c3409b19b 100644 --- a/package/ipset/Makefile +++ b/package/ipset/Makefile @@ -19,7 +19,7 @@ PKG_MD5SUM:=d104007fdf5ea64fef774c22b1c0a97b include $(INCLUDE_DIR)/package.mk define Package/ipset/Default - DEPENDS:= @LINUX_2_6 + DEPENDS:= @LINUX_2_6 @(!(TARGET_pxcab)||BROKEN) endef define Package/ipset |