All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] wireless-regdb: new package
@ 2013-03-24 18:54 Dimitrios Siganos
  2013-03-24 19:11 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Dimitrios Siganos @ 2013-03-24 18:54 UTC (permalink / raw)
  To: buildroot

Changes from v1:
* Replaced ':=' with '='.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-wireless-regdb-new-package.patch
Type: text/x-patch
Size: 2418 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130324/f43fb021/attachment.bin>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH v2] wireless-regdb: new package
  2013-03-24 18:54 [Buildroot] [PATCH v2] wireless-regdb: new package Dimitrios Siganos
@ 2013-03-24 19:11 ` Thomas Petazzoni
  2013-03-24 22:03   ` [Buildroot] [PATCH v3] " Dimitrios Siganos
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2013-03-24 19:11 UTC (permalink / raw)
  To: buildroot

Dear Dimitrios Siganos,

On Sun, 24 Mar 2013 18:54:59 +0000, Dimitrios Siganos wrote:
> Changes from v1:
> * Replaced ':=' with '='.

Please send your patches with git send-email, otherwise they can't be
easily applied and reviewed.

Thanks,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH v3] wireless-regdb: new package
  2013-03-24 19:11 ` Thomas Petazzoni
@ 2013-03-24 22:03   ` Dimitrios Siganos
  0 siblings, 0 replies; 3+ messages in thread
From: Dimitrios Siganos @ 2013-03-24 22:03 UTC (permalink / raw)
  To: buildroot


Resending v2 patch renamed to v3 using git send-mail.
Changes from v1:
Replaced ':=' assignments with '='.

Signed-off-by: Dimitrios Siganos <dimitris@siganos.org>
---
 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 94e279b..bbd3ea2 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -746,6 +746,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/wireshark/Config.in"
 source "package/wpa_supplicant/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..f07618e
--- /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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-03-24 22:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-24 18:54 [Buildroot] [PATCH v2] wireless-regdb: new package Dimitrios Siganos
2013-03-24 19:11 ` Thomas Petazzoni
2013-03-24 22:03   ` [Buildroot] [PATCH v3] " Dimitrios Siganos

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.