cilynx / rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959

rtl88x2bu driver updated for current kernels.
http://www.wolfteck.com/2018/02/22/wsky_1200mbps_wireless_usb_wifi_adapter/
356 stars 117 forks source link

Compiling for Android 5.0.1 (Lollipop) #16

Open korvyr opened 5 years ago

korvyr commented 5 years ago

Good Morning,

Granted this is not an issue with the code you've provided, still hoping you have an insight to offer.

I've built a platform for Android 5.0.1 on ARM within the Makefile:

CONFIG_PLATFORM_LOLLIPOP = y
ifeq ($(CONFIG_PLATFORM_LOLLIPOP), y)
ARCH := arm
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
EXTRA_CFLAGS += -DCONFIG_MINIMAL_MEMORY_USAGE
EXTRA_CFLAGS += -DCONFIG_RADIO_WORK
EXTRA_CFLAGS += -DCONFIG_PLATFORM_ANDROID
EXTRA_CFLAGS += -DDEBUG -g
CROSS_COMPILE := /wrk/android-toolchain-arm21/bin/arm-linux-androideabi16-
KSRC := /wrk/android-5.0.1_r1/
MODULE_NAME := rtl88x2bu
endif

The process will enter the source for Android 5.0.1, run make modules successfully, and then leave with zero errors and no .ko driver file in sight:

make[1]: Leaving directory '/wrk/android-5.0.1_r1'

#### make completed successfully (01:30 (mm:ss)) ####

Any thoughts?

korvyr commented 5 years ago

Full make action: https://pastebin.com/QQgbxPLK