Skip to content

Commit

Permalink
board/pluto/S40network: Compatibility with new busybox dhcpcd
Browse files Browse the repository at this point in the history
The end address range is now a required tag.

Signed-off-by: Michael Hennerich <[email protected]>
  • Loading branch information
mhennerich committed Feb 28, 2023
1 parent f646d45 commit 509c896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions board/pluto/S40network
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ create_system_files () {

### /etc/udhcpd.conf ###
echo "start $IPADDR_HOST" > $UDHCPD_CONF
echo "end $IPADDR_HOST" > $UDHCPD_CONF
echo "interface usb0" >> $UDHCPD_CONF
echo "option subnet $NETMASK" >> $UDHCPD_CONF

Expand Down

0 comments on commit 509c896

Please sign in to comment.