From patchwork Tue Dec 23 13:09:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yousong Zhou X-Patchwork-Id: 423700 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 A14FE14007D for ; Wed, 24 Dec 2014 00:18:35 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 86800289CA0; Tue, 23 Dec 2014 14:16:30 +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 9479B28021B for ; Tue, 23 Dec 2014 14:16:24 +0100 (CET) X-policyd-weight: using cached result; rate: -8.5 Received: from mail-pd0-f170.google.com (mail-pd0-f170.google.com [209.85.192.170]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Tue, 23 Dec 2014 14:16:24 +0100 (CET) Received: by mail-pd0-f170.google.com with SMTP id v10so7807182pde.15 for ; Tue, 23 Dec 2014 05:18:18 -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=nbsK2CvcsM951fvWM+QcH6xO+jl+9tnz+3ipjBwW9fHDvm1hJHqQhZ+85h+5LLBZre TR02/sesQM5qGaSZE7vbesQ3/5HvGMAL2g6qv+ZzhuPjj5Sll+2wSCvDOpnHUzNCMEU/ JInxwEKl9Xbw64WdvLkAubdrIDam7zC8WBK2uucUbZuYG9g/USUiSFuA6VjqonfeRAsz elMVYRN3KAhjgO6QbUSa8oDUwCI7D8bnZgcx5f69kfPSxpkXc0qnQhwIeSWFYz8RMc+g 737SkpY6/FwlmHUBzHqv6GkUEZV8LDhsj4iqreyEjcNsghLPq+45Mvxy9pbA8++mkZU5 y8og== X-Received: by 10.70.94.104 with SMTP id db8mr43772972pdb.32.1419340698381; Tue, 23 Dec 2014 05:18:18 -0800 (PST) Received: from debian.corp.sankuai.com ([103.29.140.56]) by mx.google.com with ESMTPSA id pd9sm20053879pdb.35.2014.12.23.05.18.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Dec 2014 05:18:17 -0800 (PST) From: Yousong Zhou To: cyrus@openwrt.org, nbd@openwrt.org Date: Tue, 23 Dec 2014 21:09:39 +0800 Message-Id: <1419340180-23484-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 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