Readme
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.
My English is very poor.
If you find my mistakes or have some suggestions,
Please contact the email on the page "About".
Farewell.
This article finished in a hurry.
Just wanna tell you guys that I'm still alive :)
You can check https://openwrt.org/docs/guide-developer/toolchain/install-buildsystem
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 | ./scripts/feeds update -a |