Drop mythical module dependency on ng_ether.
This commit is contained in:
parent
7fa8e716f8
commit
9ad2a7ae39
@ -181,8 +181,6 @@ static struct ng_type typestruct = {
|
||||
.cmdlist = ng_pppoe_cmds,
|
||||
};
|
||||
NETGRAPH_INIT(pppoe, &typestruct);
|
||||
/* Depend on ng_ether so we can use the Ethernet parse type */
|
||||
MODULE_DEPEND(ng_pppoe, ng_ether, 1, 1, 1);
|
||||
|
||||
/*
|
||||
* States for the session state machine.
|
||||
|
Loading…
Reference in New Issue
Block a user