Skip to content

Commit

Permalink
Merge pull request #19 from lars18th/poweroff
Browse files Browse the repository at this point in the history
Add poweroff Luci script
  • Loading branch information
AlbrechtL authored Jan 9, 2025
2 parents 9699176 + 933b117 commit 40c16e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ RUN echo "Building for platform '$TARGETPLATFORM'" \
&& ssh root@localhost -p $SSH_PORT "${PACKAGE_INSTALL} kmod-usb-serial usbutils minicom gpsd" \
# Add Wireguard support \
&& ssh root@localhost -p $SSH_PORT "${PACKAGE_INSTALL} wireguard-tools luci-proto-wireguard" \
# Add Power off script support \
&& ssh root@localhost -p $SSH_PORT "${PACKAGE_INSTALL} luci-app-advanced-reboot" \
\
# Add default network config \
&& ssh root@localhost -p $SSH_PORT "uci set network.lan.ipaddr='172.31.1.1'; uci commit network" \
Expand Down

0 comments on commit 40c16e9

Please sign in to comment.