From patchwork Wed Jan 20 23:13:32 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Cieslakiewicz X-Patchwork-Id: 570963 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 A913E140BDE for ; Thu, 21 Jan 2016 10:15:50 +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=tQj4e5PJ; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 54BBB28C0E8; Thu, 21 Jan 2016 00:13:03 +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 DCA2D28C0E7 for ; Thu, 21 Jan 2016 00:12:57 +0100 (CET) X-policyd-weight: using cached result; rate: -5.5 Received: from mx4.wp.pl (mx4.wp.pl [212.77.101.11]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Thu, 21 Jan 2016 00:12:57 +0100 (CET) Received: (wp-smtpd smtp.wp.pl 6769 invoked from network); 21 Jan 2016 00:13:32 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1453331612; bh=XJT2TlNBzYNLmMv7IcJTaEQ0OLqkJu/zFzeEcpTfz+w=; h=From:To:Cc:Subject; b=tQj4e5PJaDN1NYFzp/r/6Bk3WgEynl86f73XpDVyVffQfOglknWp1zpTNnHrlGlbz 6ZCgCDTVsRUg/K0GOk0ARwtbXtjZti7DMvrgyfHt0gfap/0fv8JzJNgzM7Y+5rr6j+ U+NJmSZt3lRijaO5SG6pdo8T9N+AfIyG/jExZ8iM= Received: from out.poczta.wp.pl ([212.77.101.240]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with SMTP for ; 21 Jan 2016 00:13:32 +0100 Date: Thu, 21 Jan 2016 00:13:32 +0100 From: "Michal Cieslakiewicz" To: "Hartmut Knaack" Message-ID: <56a0149c9980f1.50650536@wp.pl> MIME-Version: 1.0 Content-Disposition: inline X-Mailer: Interfejs WWW nowej poczty Wirtualnej Polski X-User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 Organization: Poznaj Poczte WP http://poczta.wp.pl/info-start.html X-WP-IP: 89.71.116.5 X-WP-MailID: a1bae229a3f010de079c357b17d66789 X-WP-AV: skaner antywirusowy poczty Wirtualnej Polski S. A. X-WP-SPAM: NO 0000000 [sRNE] Cc: openwrt-devel@lists.openwrt.org Subject: [OpenWrt-Devel] [PATCH 6/6] [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 --- PACKAGES directive is reset in profile definition - Netgear WNR2000v3 has no USB port so USB modules are removed from image (it leaves more space in 4M flash for overlay). netgear.mk | 1 + 1 file changed, 1 insertion(+) diff -pruN a/openwrt/target/linux/ar71xx/generic/profiles/netgear.mk b/openwrt/target/linux/ar71xx/generic/profiles/netgear.mk --- a/openwrt/target/linux/ar71xx/generic/profiles/netgear.mk 2016-01-20 19:52:15.053708048 +0100 +++ b/openwrt/target/linux/ar71xx/generic/profiles/netgear.mk 2016-01-20 19:52:14.980712359 +0100 @@ -30,6 +30,7 @@ $(eval $(call Profile,WNDR3700)) define Profile/WNR2000V3 NAME:=NETGEAR WNR2000V3 + PACKAGES:= endef define Profile/WNR2000V3/Description