KO
|
EN
gitlite — search
Search
#python
#javascript
#nodejs
#react
#typescript
#css
#docker
#mongodb
#linux
#cpp
#python3
#robotics
openwrt-fastfetch
★ 30
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
luci-app-natmapt
:
LuCI Support for natmapt
SecretColors
:
Python package for fantastic colors :)
openwrt-natmapt
:
Provides almost full-featured NATMap support on OpenWrt
better-module-alias
:
An improved version of the fantastic module-alias package designed to include support for package linking in `node_modules/`.
luci-app-einat
:
LuCI Support for einat-ebpf
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
openwrt-fastfetch
?
Download (.md)
# openwrt-fastfetch ## Releases You can find the prebuilt-ipks [here](https://fantastic-packages.github.io/releases/) ## Build ```shell # Take the x86_64 platform as an example tar xjf openwrt-sdk-23.05.5-x86-64_gcc-8.4.0_musl.Linux-x86_64.tar.xz # Go to the SDK root dir cd OpenWrt-sdk-*-x86_64_* # First run to generate a .config file make menuconfig ./scripts/feeds update -a ./scripts/feeds install -a # Get Makefile git clone --depth 1 --branch master --single-branch --no-checkout https://github.com/muink/openwrt-fastfetch.git package/fastfetch pushd package/fastfetch umask 022 git checkout popd # Select the package Utilities -> fastfetch make menuconfig # Start compiling make package/fastfetch/compile V=s BUILD_LOG=y -j$(nproc) ```