Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 351 Bytes

README.rst

File metadata and controls

22 lines (14 loc) · 351 Bytes

How to build

cd lede
echo 'src-git qaulfeed https://github.com/qaul/lede_feed.git' >> feeds.conf
./scripts/feeds update
./scripts/feeds install -p qaulfeed qaul
make menuconfig
# under Network -> qaul
make package/qaul/compile

Debugging

To debug qaul.net building run

make package/qaul/compile -j1 V=s