-
- Download from github,
git clone https://github.com/openwrt/openwrt.git
- Checkout stable version 18.06.02, go to new openwrt folder then
git checkout v18.06.2
- Install and update LuCI, in openwrt folder,
- ./scripts/feeds update luci
- ./scripts/feeds install -a -p luci
- Install vocore2 patch to package, cd openwrt/package,
git clone https://github.com/vonger/vocore2.git
- Patch openwrt with VoCore2 addition feature support. in openwrt folder,
patch -p1 < ./package/vocore2/mt7628/openwrt/000-vocore2-compatible.patch
-
Patch LuCI with VoCore2 addition feature support. patch -p1 < ./package/vocore2/mt7628/openwrt/luci/*.patch
-
Copy iwinfo patch to iwinfo folder
- mkdir ./package/network/utils/iwinfo/patches
- cp ./package/vocore2/mt7628/openwrt/080-iwinfo-compatible-ralink.patch ./package/network/utils/iwinfo/patches/
- Patch openwrt with VoCore2 es8388 patch for sound.
- patch -p1 < ./package/vocore2/es8388/openwrt/000-openwrt-compatible-sound.patch
- cp ./package/vocore2/es8388/openwrt/810-es8388-support.patch ./target/linux/ramips/patches-4.14/
-
Follow the README.md in ./package/vocore2/README.md: 3. config mt7628 in
make menuconfig
- Download from github,