Update of /cvsroot/devil-linux/build
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2088
Modified Files:
Makefile.build
Log Message:
update dependencies
Index: Makefile.build
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.build,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- Makefile.build 8 Feb 2015 21:41:43 -0000 1.78
+++ Makefile.build 10 Feb 2015 00:38:32 -0000 1.79
@@ -38,7 +38,7 @@
GROUP_15 := gd glib gnutls imap krb5 \
libnetfilter_conntrack libxslt mcrypt mysql h323plus \
neon tz Pound libconfig libnetfilter_cttimeout \
- libnetfilter_cthelper libnetfilter_queue libusb-compat
+ libnetfilter_cthelper libnetfilter_queue usbutils libusb-compat
GROUP_16 := util-linux gawk groff coreutils grep gperf file
@@ -83,7 +83,7 @@
sudo syslinux sysstat sysvinit \
tar tcpdump telnet-bsd tftp-hpa thttpd \
tnef traceroute ucarp ucspi-tcp unarj \
- unrar unzip usbat-02 usbutils vim \
+ unrar unzip usbat-02 vim \
vlan vncrepeater vobcopy vsftpd vtun \
watchdog webalizer wget whois wireless_tools \
wol wvdial xfsprogs xinetd yp-tools \
@@ -544,7 +544,7 @@
ntp: | $(GROUP_18)
-nut: | $(GROUP_18) libusb-compat
+nut: | $(GROUP_18) libusb-compat
oidentd: | $(GROUP_18)
@@ -668,7 +668,7 @@
usbat-02: | $(GROUP_18)
-usbutils: | $(GROUP_18)
+usbutils: | $(GROUP_14) libusb
vim: | $(GROUP_18)
@@ -980,4 +980,4 @@
GateOne: | tornado
-libusb-compat: | $(GROUP_14)
+libusb-compat: | $(GROUP_14) usbutils
|