How To Build Openwrt Image From Github - Banana Pi BPI-M1 Manual

Table of Contents

Advertisement

How to build OpenWRT image from github
How to build OpenWRT image from github
we test it with deepin2014(base on ubuntu14.04)
1,install depend package :
apt-get install subversion build-essential libncurses5-dev zlib1g-dev gawk git ccache gettext libssl-dev xsltproc unz
ip subversion file
2,get openwrt source code
git clone https://github.com/BPI-SINOVOIP/BPI-OpenWRT.git
3,enter openwrt dir:
cd BPI-OpenWRT
4,update package and install
./scripts/feeds update -a
./scripts/feeds install -a
5 Enter the customization interface:
please choose your need:
Target System default is BananaPi,its the only choice on that matte.,Please change the device selection under Target
Profile. The OpenWrt image supports M1, M1+ and R1.
example : i need web and add chinese support
LuCI—> 1. Collections ---> <*> luci add Luci support ,it mean web GUI support,it is defaultes
LuCI—>2. Modules ---> <*> luci-i18n-chinese add chinese also you can choose others.
75

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents