From patchwork Tue Dec 30 12:18:38 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yousong Zhou X-Patchwork-Id: 424630 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 64A4E1400DD for ; Tue, 30 Dec 2014 23:27:56 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id EA453284868; Tue, 30 Dec 2014 13:25:46 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id F34C5284249 for ; Tue, 30 Dec 2014 13:25:40 +0100 (CET) X-policyd-weight: using cached result; rate: -8.5 Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Tue, 30 Dec 2014 13:25:40 +0100 (CET) Received: by mail-pd0-f178.google.com with SMTP id r10so19102015pdi.37 for ; Tue, 30 Dec 2014 04:27:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=Ew2hTco597qHVyvK3TIAB5pDNhV3bmK3LH10VNojzig=; b=RCm7Q6FmJaQ/CmBTeN7A6Gsq1B0aHi4E3a28EKabp8bWDnI3d9ADcpB5dI7yRsfY72 YBm6EzXrk1ADMpjnjYdM0mIlFNTXKi/0lDz1Abn84b0xNljKejR5TQCYE2xFTJQ58MRS Aby8Nw9/QG2Sa2OJ/jBAxRGnZYpiQTnVhvIM+UwIYrVEXvrtuMzPu2WSy+pXiW5SqQqm sfqBJWuFrIjOcVVyscM6Iign87urUHBt09aHOJ5kU86zFhjlSbOvDn1dqtHFfOyGA326 A2d0WDLvPRb8LI3oZ0wbU7ElSkctvM1A/+4ez+/P9N4BpWxItvuMLBeor85ZoXY+7nDW f4jg== X-Received: by 10.70.101.165 with SMTP id fh5mr93821218pdb.148.1419942460630; Tue, 30 Dec 2014 04:27:40 -0800 (PST) Received: from debian.corp.sankuai.com ([103.29.140.56]) by mx.google.com with ESMTPSA id pe8sm38357255pdb.60.2014.12.30.04.27.37 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 30 Dec 2014 04:27:39 -0800 (PST) From: Yousong Zhou To: cyrus@openwrt.org, nbd@openwrt.org Date: Tue, 30 Dec 2014 20:18:38 +0800 Message-Id: <1419941919-30009-1-git-send-email-yszhou4tech@gmail.com> X-Mailer: git-send-email 1.7.10.4 Cc: openwrt-devel@lists.openwrt.org Subject: [OpenWrt-Devel] [PATCH v2 1/2] package: remove references to symbols TARGET_{ps3, pxcab}. X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Target pxcab and ps3 were removed from maintaince in r34764 and r34765 respectively. Signed-off-by: Yousong Zhou --- package/kernel/mac80211/Makefile | 2 +- package/network/utils/ipset/Makefile | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 5fa5b8f..df245d0 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel/mac80211/Makefile @@ -60,7 +60,7 @@ define KernelPackage/mac80211/Default SUBMENU:=$(WMENU) URL:=http://linuxwireless.org/ MAINTAINER:=Felix Fietkau - DEPENDS:=@(!(TARGET_avr32||TARGET_ps3||TARGET_pxcab)||BROKEN) + DEPENDS:=@(!TARGET_avr32||BROKEN) endef define KernelPackage/cfg80211 diff --git a/package/network/utils/ipset/Makefile b/package/network/utils/ipset/Makefile index 16ac8c6..4afcae5 100644 --- a/package/network/utils/ipset/Makefile +++ b/package/network/utils/ipset/Makefile @@ -24,12 +24,7 @@ PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk -define Package/ipset/Default - DEPENDS:= @(!(TARGET_ps3||TARGET_pxcab)||BROKEN) -endef - define Package/ipset -$(call Package/ipset/Default) SECTION:=net CATEGORY:=Network DEPENDS+= +kmod-ipt-ipset +libmnl @@ -72,7 +67,6 @@ define Package/ipset/install endef define KernelPackage/ipt-ipset -$(call Package/ipset/Default) SUBMENU:=Netfilter Extensions TITLE:=IPset netfilter modules DEPENDS+= +kmod-ipt-core +kmod-nfnetlink