recipes-connectivity: hostapd-2.4: removing machine dependency
The current applied patch is a backport of hostapd-2.5 so it is not any machine dependency. Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
ab5f50e16a
commit
c164c462f1
|
|
@ -4,8 +4,10 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${BP}:"
|
||||||
|
|
||||||
# The recipe uses a different "$S" directory so point the patch to the hostapd
|
# The recipe uses a different "$S" directory so point the patch to the hostapd
|
||||||
# tarball directory.
|
# tarball directory.
|
||||||
SRC_URI_append_ccimx6ul = " file://fix_num_probereq_cb_clearing.patch;patchdir=.."
|
SRC_URI += " \
|
||||||
SRC_URI += "file://hostapd.conf"
|
file://fix_num_probereq_cb_clearing.patch;patchdir=.. \
|
||||||
|
file://hostapd.conf \
|
||||||
|
"
|
||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
# Overwrite the default hostapd.conf with our custom file
|
# Overwrite the default hostapd.conf with our custom file
|
||||||
|
|
@ -14,5 +16,3 @@ do_install_append() {
|
||||||
|
|
||||||
# Do not autostart hostapd daemon, it will conflict with wpa-supplicant.
|
# Do not autostart hostapd daemon, it will conflict with wpa-supplicant.
|
||||||
INITSCRIPT_PARAMS = "remove"
|
INITSCRIPT_PARAMS = "remove"
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue