-
Add ezmesh to your feeds.con
src-git ezmesh https://github.com/RafaelMicro/EZMesh.git
OR
$ echo src-git ezmesh https://github.com/RafaelMicro/EZMesh.git >> feeds.conf
build with debug mode (add -j1 V=sc flags)
-
Update and install OpenWRT Setting
$ ./scripts/feeds update ezmesh $ ./scripts/feeds install -a -p ezmesh
EZMesh is a Network package under OpenWRT Platfrom.
EZMesh is not selected by default, so use menuconfig to select ezmesh
$ make menuconfig
In the configure window, use the Up and Down keys to move the cursor and the Left and Right keys to choose an action.
A. Select Network to enter its submenu.
B. Enable ezmesh by moving the cursor to it and pressing Y.
C. Select Exit to exit.
OpenWRT can build all package or indiviual package.
build with debug mode (add -j1 V=sc flags)
The OpenWRT can flush frameware to the target board or insrtall package with opkg tool.
-
install with opkg:
Copy the generated ipk file into OpenWRT, and install with opkg.$ opkg install ezmesh_*.ipk