mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 21:09:30 -05:00
hostapd: link against librt if eglibc is used
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39741
This commit is contained in:
@@ -86,6 +86,10 @@ ifneq ($(LOCAL_TYPE),hostapd)
|
||||
CONFIG_DRIVER_ROBOSWITCH=$(CONFIG_PACKAGE_kmod-switch)
|
||||
endif
|
||||
|
||||
ifdef CONFIG_USE_EGLIBC
|
||||
TARGET_LDFLAGS += -lrt
|
||||
endif
|
||||
|
||||
DRV_DEPENDS:=+PACKAGE_kmod-mac80211:libnl-tiny @(!TARGET_avr32||BROKEN)
|
||||
|
||||
define Package/hostapd/Default
|
||||
|
||||
Reference in New Issue
Block a user