From patchwork Mon Feb 18 23:03:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dimitrios Siganos X-Patchwork-Id: 221545 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 67CE42C007A for ; Tue, 19 Feb 2013 10:03:47 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 318B2A0154; Mon, 18 Feb 2013 23:03:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V9Pm-ZAsgO9W; Mon, 18 Feb 2013 23:03:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 087CAA0006; Mon, 18 Feb 2013 23:03:43 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 045E28F74B for ; Mon, 18 Feb 2013 23:03:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9055F8ACE5 for ; Mon, 18 Feb 2013 23:03:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YOj6n9VMy4nh for ; Mon, 18 Feb 2013 23:03:37 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.siganos.org (mail.siganos.org [94.136.60.187]) by whitealder.osuosl.org (Postfix) with ESMTPS id 29AAF8AAB4 for ; Mon, 18 Feb 2013 23:03:36 +0000 (UTC) Received: (qmail 3479 invoked from network); 18 Feb 2013 23:03:34 +0000 Received: from cpc13-finc14-2-0-cust555.4-2.cable.virginmedia.com (HELO ?192.168.100.149?) (213.81.94.44) by mail.siganos.org with (DHE-RSA-AES256-SHA encrypted) SMTP; 18 Feb 2013 23:03:34 +0000 Message-ID: <5122B346.2090006@siganos.org> Date: Mon, 18 Feb 2013 23:03:34 +0000 From: Dimitrios Siganos User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: buildroot@busybox.net X-Enigmail-Version: 1.5 Subject: [Buildroot] [PATCH] wireless-regdb: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From 67ea61152029c87b85bfb7173c15ab84d1ceb6f2 Mon Sep 17 00:00:00 2001 From: Dimitrios Siganos Date: Thu, 7 Feb 2013 17:50:48 +0000 Subject: [PATCH 01/11] wireless-regdb: new package Signed-off-by: Dimitrios Siganos --- package/Config.in | 1 + package/wireless-regdb/Config.in | 10 ++++++++++ package/wireless-regdb/wireless-regdb.mk | 18 ++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 package/wireless-regdb/Config.in create mode 100644 package/wireless-regdb/wireless-regdb.mk diff --git a/package/Config.in b/package/Config.in index faee5c3..e592c05 100644 --- a/package/Config.in +++ b/package/Config.in @@ -727,6 +727,7 @@ source "package/vtun/Config.in" if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS source "package/wget/Config.in" endif +source "package/wireless-regdb/Config.in" source "package/wireless_tools/Config.in" source "package/wpa_supplicant/Config.in" source "package/xinetd/Config.in" diff --git a/package/wireless-regdb/Config.in b/package/wireless-regdb/Config.in new file mode 100644 index 0000000..89a6147 --- /dev/null +++ b/package/wireless-regdb/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_WIRELESS_REGDB + bool "wireless-regdb" + help + Wireless regulatory database. + + Wireless regulatory database for CRDA. The database lists the + allowed radio frequencies for each local jurisdiction. + + http://linuxwireless.org/en/developers/Regulatory + diff --git a/package/wireless-regdb/wireless-regdb.mk b/package/wireless-regdb/wireless-regdb.mk new file mode 100644 index 0000000..44ab58a --- /dev/null +++ b/package/wireless-regdb/wireless-regdb.mk @@ -0,0 +1,18 @@ +############################################################# +# +# wireless-regdb +# +############################################################# + +WIRELESS_REGDB_VERSION := 2013.01.11 +WIRELESS_REGDB_SOURCE := wireless-regdb-$(WIRELESS_REGDB_VERSION).tar.bz2 +WIRELESS_REGDB_SITE := http://kernel.org/pub/software/network/wireless-regdb +WIRELESS_REGDB_LICENSE := ISC +WIRELESS_REGDB_LICENSE_FILES := LICENSE + +define WIRELESS_REGDB_INSTALL_TARGET_CMDS + install -m 644 -D -T $(@D)/regulatory.bin $(TARGET_DIR)/usr/lib/crda/regulatory.bin + install -m 644 -D -T $(@D)/linville.key.pub.pem $(TARGET_DIR)/usr/lib/crda/pubkeys/linville.key.pub.pem +endef + +$(eval $(generic-package)) -- 1.7.9.5