Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/wireless-regdb: drop spurious space
@ 2021-11-29  6:20 Fabrice Fontaine
  2021-11-29 15:30 ` Peter Seiderer
  2021-11-29 21:31 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-11-29  6:20 UTC (permalink / raw)
  To: buildroot; +Cc: Dimitrios Siganos, Fabrice Fontaine

Drop spurious space added by commit
71dc107d41e5daf45e0955740b302367313aa23f

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/wireless-regdb/wireless-regdb.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/wireless-regdb/wireless-regdb.mk b/package/wireless-regdb/wireless-regdb.mk
index 0db8c6f345..9e01283c01 100644
--- a/package/wireless-regdb/wireless-regdb.mk
+++ b/package/wireless-regdb/wireless-regdb.mk
@@ -12,7 +12,7 @@ WIRELESS_REGDB_LICENSE_FILES = LICENSE
 WIRELESS_REGDB_CPE_ID_VENDOR = kernel
 
 ifeq ($(BR2_PACKAGE_CRDA),y)
-define  WIRELESS_REGDB_INSTALL_CRDA_TARGET_CMDS
+define WIRELESS_REGDB_INSTALL_CRDA_TARGET_CMDS
 	$(INSTALL) -m 644 -D -T $(@D)/regulatory.bin \
 		$(TARGET_DIR)/usr/lib/crda/regulatory.bin
 	$(INSTALL) -m 644 -D -T $(@D)/sforshee.key.pub.pem \
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-11-29 21:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-29  6:20 [Buildroot] [PATCH 1/1] package/wireless-regdb: drop spurious space Fabrice Fontaine
2021-11-29 15:30 ` Peter Seiderer
2021-11-29 21:31 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox