Skip to content
Snippets Groups Projects
Commit 766e7782 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

hostapd: remove erroneous $(space) redefinition

The $(space) definition in the hostapd Makefile ceased to work with
GNU Make 4.3 and later, leading to syntax errors in the generated
Kconfig files.

Drop the superfluous redefinition and reuse the working $(space)
declaration from rules.mk to fix this issue.

Fixes: GH#2713
Ref: https://github.com/openwrt/openwrt/pull/2713#issuecomment-583722469


Reported-by: default avatarKarel Kočí <cynerd@email.cz>
Suggested-by: default avatarJonas Gorski <jonas.gorski@gmail.com>
Tested-by: default avatarShaleen Jain <shaleen@jain.sh>
Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent cc89c5fe
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment