From: llandwerlin at gmail.com <llandwerlin@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 03/16] hostapd: ensure hostapd binaries are installed in the right place
Date: Thu, 9 Dec 2010 10:55:01 +0100 [thread overview]
Message-ID: <1291888514-31385-4-git-send-email-llandwerlin@gmail.com> (raw)
In-Reply-To: <1291888514-31385-1-git-send-email-llandwerlin@gmail.com>
From: Lionel Landwerlin <llandwerlin@gmail.com>
Ensure hostapd and hostapd_cli are installed in /usr/bin/ even if the
directory does not exist.
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
---
package/hostapd/hostapd.mk | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/hostapd/hostapd.mk b/package/hostapd/hostapd.mk
index 27689b8..4c95066 100644
--- a/package/hostapd/hostapd.mk
+++ b/package/hostapd/hostapd.mk
@@ -74,7 +74,7 @@ define HOSTAPD_CONFIGURE_CMDS
$(SED) "s/^#CONFIG_DRIVER_WIRED/CONFIG_DRIVER_WIRED/" $(HOSTAPD_CONFIG)
$(SED) "s/^#CONFIG_DRIVER_NL80211/CONFIG_DRIVER_NL80211/" $(HOSTAPD_CONFIG)
# Misc
- $(SED) "s/^CONFIG_IPV6/#CONFIG_IPV6/" $(HOSTAPD_CONFIG)
+ $(SED) "s/^CONFIG_IPV6/#CONFIG_IPV6/" $(HOSTAPD_CONFIG)
$(SED) "s/^#CONFIG_IEEE80211N/CONFIG_IEEE80211N/" $(HOSTAPD_CONFIG)
$(SED) "s/^#CONFIG_IEEE80211R/CONFIG_IEEE80211R/" $(HOSTAPD_CONFIG)
$(HOSTAPD_CRYPTO_CONFIG)
@@ -85,10 +85,10 @@ define HOSTAPD_CONFIGURE_CMDS
endef
define HOSTAPD_INSTALL_TARGET_CMDS
- $(INSTALL) -m 0755 $(@D)/$(HOSTAPD_SUBDIR)/hostapd \
- $(TARGET_DIR)/usr/sbin
- $(INSTALL) -m 0755 $(@D)/$(HOSTAPD_SUBDIR)/hostapd_cli \
- $(TARGET_DIR)/usr/bin
+ $(INSTALL) -m 0755 -D $(@D)/$(HOSTAPD_SUBDIR)/hostapd \
+ $(TARGET_DIR)/usr/sbin/hostapd
+ $(INSTALL) -m 0755 -D $(@D)/$(HOSTAPD_SUBDIR)/hostapd_cli \
+ $(TARGET_DIR)/usr/bin/hostapd_cli
endef
define HOSTAPD_UNINSTALL_TARGET_CMDS
--
1.7.2.3
next prev parent reply other threads:[~2010-12-09 9:55 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-09 9:54 [Buildroot] [pull request v2] For branch pre-package-generation-2011.02 llandwerlin at gmail.com
2010-12-09 9:54 ` [Buildroot] [PATCH 01/16] gdk-pixbuf: fix dependency on libiconv llandwerlin at gmail.com
2010-12-09 9:55 ` [Buildroot] [PATCH 02/16] dbus: ensure startup script is well installed llandwerlin at gmail.com
2010-12-09 9:55 ` llandwerlin at gmail.com [this message]
2010-12-09 9:55 ` [Buildroot] [PATCH 04/16] cloop: ensure target directory exist before copying into llandwerlin at gmail.com
2010-12-09 9:55 ` [Buildroot] [PATCH 05/16] i2c-tools: ensure binaries are installed in the right place llandwerlin at gmail.com
2010-12-09 9:55 ` [Buildroot] [PATCH 06/16] udev: ensure startup script is well installed llandwerlin at gmail.com
2010-12-09 9:55 ` [Buildroot] [PATCH 07/16] busybox: move udhcp script from skeleton to package llandwerlin at gmail.com
2010-12-12 23:31 ` Peter Korsgaard
2010-12-13 20:03 ` Thomas Petazzoni
2010-12-09 9:55 ` [Buildroot] [PATCH 08/16] sdl_sound: avoid using non reevaluated $(STAGING_DIR) llandwerlin at gmail.com
2010-12-09 9:55 ` [Buildroot] [PATCH 09/16] sdl_gfx: " llandwerlin at gmail.com
2010-12-09 9:55 ` [Buildroot] [PATCH 10/16] cups: " llandwerlin at gmail.com
2010-12-09 9:55 ` [Buildroot] [PATCH 11/16] rsync: avoid using non reevaluated $(TARGET_DIR) in RSYNC_INSTALL_TARGET_OPT llandwerlin at gmail.com
2010-12-09 9:55 ` [Buildroot] [PATCH 12/16] gdk-pixbuf: ensure startup script is well installed llandwerlin at gmail.com
2010-12-09 9:55 ` [Buildroot] [PATCH 13/16] pango: " llandwerlin at gmail.com
2010-12-09 9:55 ` [Buildroot] [PATCH 14/16] at: " llandwerlin at gmail.com
2010-12-09 9:55 ` [Buildroot] [PATCH 15/16] bzip2: ensure target directories exist before copying into llandwerlin at gmail.com
2010-12-09 9:55 ` [Buildroot] [PATCH 16/16] directfb-examples: rework target installation rule to match package infrastructure llandwerlin at gmail.com
2010-12-12 23:42 ` [Buildroot] [pull request v2] For branch pre-package-generation-2011.02 Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1291888514-31385-4-git-send-email-llandwerlin@gmail.com \
--to=llandwerlin@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox