Coder Social home page Coder Social logo

maotouying / openwrt_widora Goto Github PK

View Code? Open in Web Editor NEW

This project forked from widora/openwrt_widora

0.0 2.0 0.0 22.96 MB

WidoraOS,based OpenWrt Chaos Calmer

Home Page: http://widora.io

License: GNU General Public License v2.0

Makefile 11.77% Awk 0.02% Shell 5.02% C 72.56% Assembly 1.23% C++ 4.73% Objective-C 2.22% M4 0.45% CMake 0.01% Perl 1.00% CSS 0.01% HTML 0.05% Prolog 0.66% Lex 0.05% Yacc 0.11% Python 0.10% Roff 0.01%

openwrt_widora's Introduction

Hello everybody

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

set the board mode.

$ widora_mode
MODE REPEATER CLIENT ROUTER PPPOE
LAN eth0 ap apcli0 eth0 ap ap
WAN apcli0 eth0
"widora_mode repeater" or "widora_mode repeater ssid key"
"widora_mode client" or "widora_mode client ssid key"
"widora_mode router"
"widora_mode pppoe" or "widora_mode pppoe name key"

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

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(Widora) --->

5.make

$ make -j4

6.image

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

openwrt_widora's People

Contributors

mangobuge avatar midaszhou avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.