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:
Felix Fietkau
2011-04-26 19:16:25 +00:00
parent aae62f77ce
commit c9f66260cb
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