https://github.com/honwen/openwrt-precompiled-feeds
https://github.com/honwen/openwrt-precompiled-feeds
lede openwrt
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/honwen/openwrt-precompiled-feeds
- Owner: honwen
- Created: 2020-04-12T11:16:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-09-06T15:47:31.000Z (about 1 month ago)
- Last Synced: 2025-09-06T17:39:15.822Z (about 1 month ago)
- Topics: lede, openwrt
- Language: Makefile
- Homepage:
- Size: 114 KB
- Stars: 19
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Some Precompiled Tools for OpenWrt
===编译
---- 从 OpenWrt 的 [SDK][S] 编译
```bash
# 以 ar71xx 平台为例
tar xJf openwrt-sdk-18.06.1-ar71xx-tiny_gcc-7.3.0_musl.Linux-x86_64.tar.xz
cd openwrt-sdk-*-ar71xx-*
# 获取 precompiled-feeds Makefile
git clone https://github.com/honwen/openwrt-precompiled-feeds.git package/precompiled
# 选择要编译的包
make menuconfig
# 开始编译
make package/precompiled/compile V=99
```[S]: https://openwrt.org/docs/guide-developer/using_the_sdk#obtain_the_sdk