Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 372 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 372 Bytes

Custom openwrt luci-app feeds.

How to use

  1. Add feeds
cd openwrt/
echo "src-git natelol https://github.com/natelol/natelol.git" >> feeds.conf.default
  1. Update and Install
# Update feeds
./scripts/feeds update -a
./scripts/feeds install -a
  1. make and enjoy
make menuconfig

make package/feeds/natelol/luci-app-xxxx/compile