kimocoder / realtek_rtwifi

Realtek RTL8xxxU
https://www.aircrack-ng.org
68 stars 14 forks source link

Problem with make menuconfig !!! #2

Closed ghost closed 3 years ago

ghost commented 4 years ago

i downloaded realtek-wifi via gitclone renamed as realtek paste the folder under /kernel-folder/drivers/net/wireless/renamed-realtek-folder because by default i dont have any realtek folder in there instead i have rtlwifi folder in that location.

Then I did the following change is Makefile and Kconfig under /kernel-folder/drivers/net/wireless/renamed-realtek-folder including quotes

Makefile = "obj-$(CONFIG_RTL8XXXU) += rtl8xxxu/" Kconfig = source "drivers/net/wireless/realtek/rtl8xxxu/Kconfig"

I pasted them as it is i have written but unable to find them under menuconfig device-drivers Network-Devices-Support Wireless.

where should i find them and am i doing everything alright ???

Regards.

i3ima commented 4 years ago

CONFIG_RTL8XXXU if i not wrong

ghost commented 4 years ago

CONFIG_RTL8XXXU if i not wrong

i didnt get u there what do u mean by that CONFIG_RTL8XXXU=y in xyz_defconfig ?

ghost commented 3 years ago

got it opened another issue