Skip to content

Based OpenWrt cc15.05, Only for widora BIT3 3.1 4 5 5.1 and NEO

License

Notifications You must be signed in to change notification settings

widora/openwrt_widora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c669990 · Oct 31, 2020
Feb 29, 2016
Jun 14, 2015
Oct 14, 2017
Oct 31, 2020
Jul 14, 2017
Oct 24, 2020
Apr 9, 2018
Aug 12, 2019
Jun 14, 2015
Apr 3, 2018
Jun 14, 2015
Jun 14, 2015
Jun 14, 2015
Jun 14, 2015
Mar 18, 2020
Mar 1, 2018
Nov 23, 2015

Repository files navigation

Widora发布的MT7688 WI-FI商用驱动因版权限制只能运行在NEO、BIT模组、集成BIT模组的产品上,在其他7688上的商用运行属于侵权行为,侵权必究。

Hello everybody

QQ Group: 299381903

ethmode command

command status
ethmode l only Port0,LAN
ethmode w only Port0,WAN
ethmode wllll Port0-Port4, Port0 is WAN,Port1-4 is LAN
ethmode lllll Port0-Port4,all is LAN

wifimode command

command status
wifimode ap only AP,LAN
wifimode sta only STA(apcli0),WAN
wifimode apsta AP+STA,AP is LAN,STA is WAN

how to check if connected to some AP? use ap_client command,check return is ok or no

$ ap_client

ok is connected no is not connected

How to compile?

1.install depend

Ubuntu14.04

$ sudo apt-get update

$ sudo apt-get install git g++ make libncurses5-dev subversion libssl-dev gawk libxml-parser-perl unzip wget python xz-utils vim zlibc zlib1g zlib1g-dev openjdk-8-jdk build-essential ccache gettext xsltproc

Macos

note: install brew and Xcode command line tools

$brew install coreutils findutils gawk gnu-getopt gnu-tar grep wget quilt xz

note: gnu-getopt is keg-only, so force linking it:brew ln gnu-getopt --force

2.download the source use git

$ git clone https://github.com/widora/openwrt_widora.git

3.update the feeds

$ cd openwrt_widora $ ./scripts/feeds update -a

$ ./scripts/feeds install -a

4.config

$ make menuconfig select the target:

Target System(Ralink RT288x/RT3xxx) --->

Subtarget(MT7688 based board) --->

Target Profile(WIDORA16128) --->

note

WIDORA16128:16MB FLASH + 128MB RAM

WIDORA32128:32MB FLASH + 128MB RAM

WIDORA1664:16MB FLASH + 64MB RAM

WIDORA3264:32MB FLASH + 64MB RAM

5.make

$ make -j4

6.image

the binary image name like this in bin/ramips/: openwrt-ramips-mt7688-Widoraxxxxx-squashfs-sysupgrade.bin

More?

https://wiki.widora.io