Added dependency for dhclient
This commit is contained in:
4
Makefile
4
Makefile
@@ -8,13 +8,13 @@
|
|||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
DEPENDS = iproute2,perl
|
DEPENDS = dhclient,iproute2,perl
|
||||||
ARCH = none
|
ARCH = none
|
||||||
URL =
|
URL =
|
||||||
BRIEF = Scripts for starting and stopping network interfaces
|
BRIEF = Scripts for starting and stopping network interfaces
|
||||||
DESC = Scripts which use the iproute2 tools for automatically starting and \
|
DESC = Scripts which use the iproute2 tools for automatically starting and \
|
||||||
stopping network devices during startup.
|
stopping network devices during startup.
|
||||||
SNAPVER = 0
|
SNAPVER = 1
|
||||||
|
|
||||||
ARCHIVE :=
|
ARCHIVE :=
|
||||||
SRCDIR := $(PWD)/SRC/iftools
|
SRCDIR := $(PWD)/SRC/iftools
|
||||||
|
|||||||
Reference in New Issue
Block a user