Skip to content

Commit 188995c

Browse files
committed
lime-example: disable lime-hwd-openwrt-wan on custom WAN configuration
1 parent a1c50a9 commit 188995c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/lime-docs/files/www/docs/lime-example.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,8 @@ config net wirelessclientbackbone
315315

316316
## configure the ethernet port eth1.5 as WAN with static ipv4 and ipv6 addresses
317317

318-
config net port5 # Do not put any "." in the section name
318+
config net lm_hwd_openwrt_wan # Do not put any "." in the section name. Specifying lm_hwd_openwrt_wan will overwrite the configuration automatically generated by lime-hwd-openwrt-wan
319+
option autogenerated 'false' # This tells lime-hwd-openwrt-wan to not destroy and rewrite this section
319320
option linux_name 'eth1.5' # Put here the actual name of the interface
320321
# list protocols 'wan' # Use 'wan' instead of 'static' to get Internet connectivity via DHCP
321322
# If a VLAN is needed on the WAN interface for connecting to the gateway, it can be specified with wan:ID, like "wan:20" or "wan:20:8021q"

0 commit comments

Comments
 (0)