From patchwork Wed Jan 27 00:40:09 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Cieslakiewicz X-Patchwork-Id: 573788 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id BBF22140B9C for ; Wed, 27 Jan 2016 11:54:10 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=wp.pl header.i=@wp.pl header.b=PrQl3xHs; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 7985C28C71F; Wed, 27 Jan 2016 01:49:52 +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=-2.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RP_MATCHES_RCVD,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 909E628C6F9 for ; Wed, 27 Jan 2016 01:48:47 +0100 (CET) X-policyd-weight: using cached result; rate:hard: -5.5 Received: from mx4.wp.pl (mx4.wp.pl [212.77.101.12]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Wed, 27 Jan 2016 01:48:36 +0100 (CET) Received: (wp-smtpd smtp.wp.pl 11511 invoked from network); 27 Jan 2016 01:49:19 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1453855759; bh=N3kMeyz8/Q3Ze4fNgHAmH3U2aaS//aIb1/RfstP+y5g=; h=From:To:Cc:Subject; b=PrQl3xHstDJOqWmHO2i0t/ghEMJ/3o873cktf2vWg2llvJtY4QcTCZ9u2cfJzFJbX RfY+ihcAdhvbSNSqwskpAMtVvApbykRKrsiRUOiYUtADftlhx4bnGjtgRmKgEKDYB2 ik6504+EuXVEqiVezjbBuwbHY6HOrXW6zYzuaS/w= Received: from 89-71-116-5.dynamic.chello.pl (HELO kosmio) (michal.cieslakiewicz@[89.71.116.5]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with ECDHE-RSA-AES256-GCM-SHA384 encrypted SMTP for ; 27 Jan 2016 01:49:19 +0100 Date: Wed, 27 Jan 2016 01:40:09 +0100 From: Michal To: Hartmut Knaack Message-ID: <20160127014009.62157ac4@kosmio> In-Reply-To: <20160127010415.7bcf7198@kosmio> References: <56a01420c5aba5.36587961@wp.pl> <56A2C125.1090505@gmx.de> <20160127010415.7bcf7198@kosmio> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; x86_64-slackware-linux-gnu) MIME-Version: 1.0 X-WP-MailID: b5cd3ec6ee838e11633f09421b2d3665 X-WP-AV: skaner antywirusowy poczty Wirtualnej Polski S. A. X-WP-SPAM: NO 0000000 [sQPE] Cc: openwrt-devel@lists.openwrt.org Subject: [OpenWrt-Devel] [PATCH 6/8] package: exclude USB modules from WNR2000v3 image 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: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" From: Michal Cieslakiewicz Netgear WNR2000v3 has no USB port yet default system image includes USB kernel modules. This patch fixes that. Signed-off-by: Michal Cieslakiewicz Acked-by: Hartmut Knaack --- target/linux/ar71xx/generic/profiles/netgear.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ar71xx/generic/profiles/netgear.mk b/target/linux/ar71xx/generic/profiles/netgear.mk index ca22a18..0b05adf 100644 --- a/target/linux/ar71xx/generic/profiles/netgear.mk +++ b/target/linux/ar71xx/generic/profiles/netgear.mk @@ -30,6 +30,7 @@ $(eval $(call Profile,WNDR3700)) define Profile/WNR2000V3 NAME:=NETGEAR WNR2000V3 + PACKAGES:= endef define Profile/WNR2000V3/Description