WXAC4F-Log

lowest.world

Hi there!

  • My English is very poor.

  • If you find my mistakes or have some suggestions,

  • Please contact the email on the page "About".

Notice

  • Cloudflare Web Analytics enabled.
Read more »

This article finished in a hurry.

Just wanna tell you guys that I'm still alive :)

Build System Setup

You can check https://openwrt.org/docs/guide-developer/toolchain/install-buildsystem

Obtain Latest Packages

I need some extra packages from https://github.com/kenzok8/openwrt-packages

So I run this command:

1
sed -i '1i src-git kenzo https://github.com/kenzok8/openwrt-packages' feeds.conf.default

The following stuff is from https://github.com/openwrt/openwrt

Run ./scripts/feeds update -a
(Obtain all the latest package definitions defined in feeds.conf / feeds.conf.default)

Run ./scripts/feeds install -a
(Install symlinks for all obtained packages into package/feeds/)

1
2
./scripts/feeds update -a
./scripts/feeds install -a
Read more »