I am having trouble understanding how to install Asus wifi driver. Here are the instructions.
I have gotten the first 3 parts done correctly I believe. Part 4 confuses me. I open the os/linux/config.mk
file and I found where is states HAS_WPA_SUPPLICANT
. But the formatting is different. It looks like this:
ifeq ($(HAS_WPA_SUPPLICANT),y)
WFLAGS += -DWPA_SUPPLICANT_SUPPORT
ifeq ($(HAS_NATIVE_WPA_SUPPLICANT_SUPPORT),y)
WFLAGS += -DNATIVE_WPA_SUPPLICANT_SUPPORT -DCREDENTIAL_STORE -DPROFILE_STORE
endif
endif
Can someone show me what I should have on those lines? Also what directory should I be in when I enter make and make install?
0 Answers