All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Send/resend some patches to show in patchwork
@ 2012-04-23  6:41 yegorslists at googlemail.com
  2012-04-23  6:41 ` [Buildroot] [PATCH 1/2] wpa_supplicant: install basic configuration file yegorslists at googlemail.com
  2012-04-23  6:41 ` [Buildroot] [PATCH 2/2] dbus: bump to 1.4.20 yegorslists at googlemail.com
  0 siblings, 2 replies; 3+ messages in thread
From: yegorslists at googlemail.com @ 2012-04-23  6:41 UTC (permalink / raw)
  To: buildroot

resending [PATCH 1/2] wpa_supplicant: install basic configuration file
new [PATCH 2/2] dbus: bump to 1.4.20

Regards,
Yegor

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

* [Buildroot] [PATCH 1/2] wpa_supplicant: install basic configuration file
  2012-04-23  6:41 [Buildroot] Send/resend some patches to show in patchwork yegorslists at googlemail.com
@ 2012-04-23  6:41 ` yegorslists at googlemail.com
  2012-04-23  6:41 ` [Buildroot] [PATCH 2/2] dbus: bump to 1.4.20 yegorslists at googlemail.com
  1 sibling, 0 replies; 3+ messages in thread
From: yegorslists at googlemail.com @ 2012-04-23  6:41 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/wpa_supplicant/wpa_supplicant.conf |    6 ++++++
 package/wpa_supplicant/wpa_supplicant.mk   |    8 ++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100755 package/wpa_supplicant/wpa_supplicant.conf

diff --git a/package/wpa_supplicant/wpa_supplicant.conf b/package/wpa_supplicant/wpa_supplicant.conf
new file mode 100755
index 0000000..1994a6c
--- /dev/null
+++ b/package/wpa_supplicant/wpa_supplicant.conf
@@ -0,0 +1,6 @@
+ctrl_interface=/var/run/wpa_supplicant
+ap_scan=1
+
+network={
+  key_mgmt=NONE
+}
diff --git a/package/wpa_supplicant/wpa_supplicant.mk b/package/wpa_supplicant/wpa_supplicant.mk
index 0a672ee..4a1baea 100644
--- a/package/wpa_supplicant/wpa_supplicant.mk
+++ b/package/wpa_supplicant/wpa_supplicant.mk
@@ -118,10 +118,18 @@ ifeq ($(BR2_PACKAGE_DBUS),y)
 WPA_SUPPLICANT_POST_INSTALL_TARGET_HOOKS += WPA_SUPPLICANT_INSTALL_DBUS
 endif
 
+define WPA_SUPPLICANT_INSTALL_CONFIG
+	$(INSTALL) -m 644 \
+	  package/wpa_supplicant/wpa_supplicant.conf  $(TARGET_DIR)/etc/wpa_supplicant.conf
+endef
+
+WPA_SUPPLICANT_POST_INSTALL_TARGET_HOOKS += WPA_SUPPLICANT_INSTALL_CONFIG
+
 define WPA_SUPPLICANT_UNINSTALL_TARGET_CMDS
 	rm -f $(addprefix $(TARGET_DIR)/usr/sbin/, $(WPA_SUPPLICANT_TARGET_BINS))
 	rm -f $(TARGET_DIR)/etc/dbus-1/system.d/wpa_supplicant.conf
 	rm -f $(TARGET_DIR)/usr/share/dbus-1/system-services/$(WPA_SUPPLICANT_DBUS_SERVICE).service
+	rm -f $(TARGET_DIR)/usr/etc/wpa_supplicant.conf
 endef
 
 $(eval $(call AUTOTARGETS))
-- 
1.7.7

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

* [Buildroot] [PATCH 2/2] dbus: bump to 1.4.20
  2012-04-23  6:41 [Buildroot] Send/resend some patches to show in patchwork yegorslists at googlemail.com
  2012-04-23  6:41 ` [Buildroot] [PATCH 1/2] wpa_supplicant: install basic configuration file yegorslists at googlemail.com
@ 2012-04-23  6:41 ` yegorslists at googlemail.com
  1 sibling, 0 replies; 3+ messages in thread
From: yegorslists at googlemail.com @ 2012-04-23  6:41 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/dbus/dbus.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
index 0942b33..129308f 100644
--- a/package/dbus/dbus.mk
+++ b/package/dbus/dbus.mk
@@ -3,8 +3,8 @@
 # dbus
 #
 #############################################################
-DBUS_VERSION = 1.4.16
-DBUS_SOURCE = dbus-$(DBUS_VERSION).tar.gz
+DBUS_VERSION = 1.4.20
+#DBUS_SOURCE = dbus-$(DBUS_VERSION).tar.gz
 DBUS_SITE = http://dbus.freedesktop.org/releases/dbus/
 DBUS_INSTALL_STAGING = YES
 
-- 
1.7.7

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

end of thread, other threads:[~2012-04-23  6:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-23  6:41 [Buildroot] Send/resend some patches to show in patchwork yegorslists at googlemail.com
2012-04-23  6:41 ` [Buildroot] [PATCH 1/2] wpa_supplicant: install basic configuration file yegorslists at googlemail.com
2012-04-23  6:41 ` [Buildroot] [PATCH 2/2] dbus: bump to 1.4.20 yegorslists at googlemail.com

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.