Fix Nanostation M2 ethernet #122

Closed
adschm wants to merge 2 commits from adschm:nanom2 into master
2 changed files with 3 additions and 3 deletions
Showing only changes of commit b96e94367a - Show all commits

View File

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

View File

@ -1,5 +1,5 @@
WANDEV=eth0
SWITCHDEV=eth0
WANDEV=eth1
SWITCHDEV=eth1
CLIENT_PORTS=""
WAN_PORTS=""
BATMAN_PORTS=""