From patchwork Wed Jun 3 12:28:45 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kejia Hu X-Patchwork-Id: 479936 X-Patchwork-Delegate: jogo@openwrt.org 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 8074B140187 for ; Wed, 3 Jun 2015 22:32:15 +1000 (AEST) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 9B63028C099; Wed, 3 Jun 2015 14:28:11 +0200 (CEST) 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, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 89D3A28C036 for ; Wed, 3 Jun 2015 14:27:52 +0200 (CEST) X-policyd-weight: using cached result; rate: -8.5 Received: from ducie-dc1.codethink.co.uk (ducie-dc1.codethink.co.uk [185.25.241.215]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Wed, 3 Jun 2015 14:27:47 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ducie-dc1.codethink.co.uk (Postfix) with ESMTP id 6F8E44616CD; Wed, 3 Jun 2015 13:29:20 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at ducie-dc1.codethink.co.uk Received: from ducie-dc1.codethink.co.uk ([127.0.0.1]) by localhost (ducie-dc1.codethink.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id C5tBvb6KRCdN; Wed, 3 Jun 2015 13:29:17 +0100 (BST) Received: from localhost.localdomain (unknown [172.16.20.64]) by ducie-dc1.codethink.co.uk (Postfix) with ESMTPA id 6ED624616F4; Wed, 3 Jun 2015 13:29:15 +0100 (BST) From: "Kejia Hu (Terry)" To: openwrt-devel@lists.openwrt.org Date: Wed, 3 Jun 2015 13:28:45 +0100 Message-Id: <1433334525-4052-5-git-send-email-kejia.hu@codethink.co.uk> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1433334525-4052-1-git-send-email-kejia.hu@codethink.co.uk> References: <1433334525-4052-1-git-send-email-kejia.hu@codethink.co.uk> Subject: [OpenWrt-Devel] [PATCH 3/3] Add TG582N option in profile section of menuconfig 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" From: Kejia Hu --- target/linux/brcm63xx/profiles/thomson.mk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 target/linux/brcm63xx/profiles/thomson.mk diff --git a/target/linux/brcm63xx/profiles/thomson.mk b/target/linux/brcm63xx/profiles/thomson.mk new file mode 100644 index 0000000..04eca76 --- /dev/null +++ b/target/linux/brcm63xx/profiles/thomson.mk @@ -0,0 +1,9 @@ +define Profile/TG582N + NAME:=THOMSON TG582N + PACKAGES:=kmod-b43 wpad-mini \ + kmod-usb2 kmod-usb-ohci +endef +define Profile/A4001N1/Description + Package set optimized for TG582N. +endef +$(eval $(call Profile,TG582N))