commit | ce18c107733969be74eef387564db2ef1285df98 | [log] [tgz] |
---|---|---|
author | Lauri Hintsala <lauri.hintsala@silabs.com> | Fri Mar 20 20:46:03 2015 +0200 |
committer | Jouni Malinen <j@w1.fi> | Sun Mar 29 20:37:39 2015 +0300 |
tree | da4e284fc63782551c736b62d53e89c50c34f9c8 | |
parent | 65a7b21f5ec22efe12d58cb3b760fb9e93ff8502 [diff] |
Add support for CONFIG_NO_ROAMING to Makefile Commit e9af53ad39a19264bf5307a1b5923afc2b2f9b06 introduced new CONFIG_NO_ROAMING configuration parameter but unfortunately it was added only to Android.mk. Enabling this parameter didn't have any effect when Makefile was used to build wpa_supplicant. This commit fixes that problem and cleans "unused variable" compiler warning. Signed-off-by: Lauri Hintsala <lauri.hintsala@silabs.com>