Skip to content

Commit

Permalink
board/pluto/S40network: Fix typo in udhcpd.conf
Browse files Browse the repository at this point in the history
don't overwrite start.

Fixes: 509c896 ("board/pluto/S40network: Compatibility with new busybox dhcpcd")

Signed-off-by: Michael Hennerich <[email protected]>
  • Loading branch information
mhennerich committed Mar 20, 2023
1 parent 0081bbc commit be38b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/pluto/S40network
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ create_system_files () {

### /etc/udhcpd.conf ###
echo "start $IPADDR_HOST" > $UDHCPD_CONF
echo "end $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 be38b5a

Please sign in to comment.