1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-24 05:11:46 +02:00

wpa_supplicant: make sure that the common 802.11 code gets linked in (fixes #9299)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26764 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2011-04-26 19:16:25 +00:00
parent 542d043d67
commit 8d22e2e241
2 changed files with 4 additions and 0 deletions

View File

@ -402,3 +402,5 @@ CONFIG_INTERNAL_LIBTOMMATH_FAST=y
#LIBS += -lbfd -liberty -lz
#LIBS_p += -lbfd -liberty -lz
#LIBS_c += -lbfd -liberty -lz
NEED_80211_COMMON=y

View File

@ -402,3 +402,5 @@ CONFIG_TLS=internal
#LIBS += -lbfd -liberty -lz
#LIBS_p += -lbfd -liberty -lz
#LIBS_c += -lbfd -liberty -lz
NEED_80211_COMMON=y