forked from riotnetwork/wfx-openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
anhnt-dev/wfx-openwrt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# wfx-feed Silabs WFX Wifi SoC driver port for OpenWRT. * This is still a Work in progress, ## Table of Contents - [Prerequisites](#prerequisites) - [Install](#install) - [Contribute](#contribute) ## Prerequisites Ensure your Openwrt build system works : [OpenWRT](https://openwrt.org/docs/guide-developer/build-system/install-buildsystem), ## Install Edit your feeds.conf or feed.conf.default and add the following to it: # WFX feed src-git wfx https://github.com/riotnetwork/wfx-openwrt/ Update your build environment and install the packages: $ scripts/feeds update wfx $ scripts/feeds install -a -p wfx $ make menuconfig Driver is located in `Kernel modules -> Wireless Drivers -> kmod-wfx` <*> kmod-wfx.................................... Silabs WF200 Wireless Driver Exit, save and build $ make -j4 Ensure that you have SPI or MMC drivers and that your devcietree [is configurd as per Silabs' example](https://github.com/SiliconLabs/wfx-linux-tools/tree/master/overlays) and modified to your specific platform ( assuming your platform uses DTS ) ## Contribute Found a bug? Please create an issue on GitHub: https://github.com/riotnetwork/wfx-openwrt/issues Further tests and PR's are welcome and appreciated.
About
openwrt port of Silabs WFx linux driver
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 86.3%
- Shell 8.0%
- Python 2.4%
- Makefile 1.6%
- Perl 1.1%
- CMake 0.5%
- Other 0.1%