Update openwrt.md

This commit is contained in:
Pierre Balzack 2024-01-26 14:11:11 -08:00 committed by GitHub
parent 08c2e0bd92
commit 347f263c15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ These instructions assume can build an OpenWrt firmware for your hardware:
- make menuconfig - make menuconfig
- enable databag under net/instant messaging/databag - enable databag under net/instant messaging/databag
- build the firmware by running: - build the firmware by running:
- make -j1 V=s package/databag/compile - make -j$(nproc) defconfig download clean world
- flash and boot the resulting image - flash and boot the resulting image
## Configure the Databag service ## Configure the Databag service