fff-network: Create separate interface for wan dhcp #116

Closed
fbl wants to merge 1 commits from fbl/firmware:wanfix into master
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fff-network
PKG_RELEASE:=31
PKG_RELEASE:=32
include $(INCLUDE_DIR)/package.mk

View File

@ -9,9 +9,13 @@ config interface 'client'
option auto '1'
config interface 'wan'
option proto 'dhcp'
option proto 'none'
option ifname 'eth2'
config interface 'wan4'
option proto 'dhcp'
option ifname '@wan'
config interface 'wan6'
option proto 'dhcpv6'
option reqprefix 'no'