I decided that I wanted to add a wifi stick to my plug while waiting for my sensors to come in. Looks like I will have to add the necessary tools to the image with buildroot, and make a driver for my realtek rtl8188cus module. So I started by grabbing the source for the drivers from realtek.com and added some lines for the dockstar
I really think I may be out of my league here, but I would appreciate some guidance if you had any.
CONFIG_PLATFORM_ARM_926T = yand
ifeq ($(CONFIG_PLATFORM_ARM_926T),y) EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN ARCH := arm CROSS_COMPILE := /tmp/owfsplug/output/host/usr/bin/arm-unknown-linux-uclibcgneabi KVER := 3.2.7 KSRC := /tmp/owfsplug/output/build/buildroot-config endifand I get the errors
make[1]: Entering directory `/tmp/owfsplug/output/build/buildroot-config' make[1]: *** No rule to make target `modules'. Stop. make[1]: Leaving directory `/tmp/owfsplug/output/build/buildroot-config' make: *** [modules] Error 2
I really think I may be out of my league here, but I would appreciate some guidance if you had any.