mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
quagga: bump version, fix conflicting options, enhance help
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
9f36bd4976
commit
b8ce1fb184
10
CHANGES
10
CHANGES
@ -36,11 +36,11 @@
|
|||||||
mdadm, mesa3d, metacity, mtd-utils, mysql_client, nano, nbd,
|
mdadm, mesa3d, metacity, mtd-utils, mysql_client, nano, nbd,
|
||||||
ncftp, neon, netperf, netsnmp, ng-spice-rework, ntfsprogs,
|
ncftp, neon, netperf, netsnmp, ng-spice-rework, ntfsprogs,
|
||||||
ntp, openntpd, openssh, openvpn, oprofile, pango, patch, pcre,
|
ntp, openntpd, openssh, openvpn, oprofile, pango, patch, pcre,
|
||||||
php, pkg-config, prboom, radvd, rdesktop, ruby, qt, samba,
|
php, pkg-config, prboom, radvd, rdesktop, ruby, qt, quagga,
|
||||||
sawman, sdl_mixer, sdl_sound, setserial, shared-mime-info,
|
samba, sawman, sdl_mixer, sdl_sound, setserial,
|
||||||
speex, sqlite, squashfs, strace, sylpheed, taglib, tcpdump,
|
shared-mime-info, speex, sqlite, squashfs, strace, sylpheed,
|
||||||
thttpd, tiff, tn5250, udev, udpcast, usbmount, usbutils,
|
taglib, tcpdump, thttpd, tiff, tn5250, udev, udpcast,
|
||||||
vsftpd, vtun, which, wpa_supplicant,
|
usbmount, usbutils, vsftpd, vtun, which, wpa_supplicant,
|
||||||
xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
|
xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
|
||||||
xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
|
xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
|
||||||
xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
|
xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_QUAGGA
|
config BR2_PACKAGE_QUAGGA
|
||||||
bool "quagga"
|
bool "quagga"
|
||||||
help
|
help
|
||||||
routing software suite, providing implementations of
|
Routing software suite, providing implementations of
|
||||||
OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4.
|
OSPFv2, OSPFv3 (IPv6), RIP v1 and v2, RIPng (IPv6) and BGPv4+.
|
||||||
|
|
||||||
http://www.quagga.net/
|
http://www.quagga.net/
|
||||||
|
|
||||||
@ -13,62 +13,64 @@ config BR2_PACKAGE_QUAGGA_ZEBRA
|
|||||||
help
|
help
|
||||||
Build zebra daemon.
|
Build zebra daemon.
|
||||||
|
|
||||||
|
config BR2_PACKAGE_QUAGGA_TCP_ZEBRA
|
||||||
|
bool "Use TCP sockets between zebra and protocol daemons"
|
||||||
|
help
|
||||||
|
Use a TCP socket to communicate between zebra (supervisor) and
|
||||||
|
the different protocol daemons.
|
||||||
|
|
||||||
|
You'll want this enabled if zebra and the protocol daemon(s) run
|
||||||
|
on different hosts.
|
||||||
|
|
||||||
config BR2_PACKAGE_QUAGGA_BGPD
|
config BR2_PACKAGE_QUAGGA_BGPD
|
||||||
bool "bgpd support"
|
bool "BPGv4+ protocol"
|
||||||
help
|
help
|
||||||
Enable bgpd support in quagga.
|
Build bpgd daemon.
|
||||||
|
|
||||||
config BR2_PACKAGE_QUAGGA_RIPD
|
|
||||||
bool "ripd support"
|
|
||||||
help
|
|
||||||
Enable ripd support in quagga.
|
|
||||||
|
|
||||||
config BR2_PACKAGE_QUAGGA_RIPNGD
|
|
||||||
bool "ripngd support"
|
|
||||||
depends on BR2_INET_IPV6
|
|
||||||
help
|
|
||||||
Enable ripngd support in quagga.
|
|
||||||
|
|
||||||
config BR2_PACKAGE_QUAGGA_OSPFD
|
|
||||||
bool "ospfd support"
|
|
||||||
help
|
|
||||||
Enable ospfd support in quagga.
|
|
||||||
|
|
||||||
config BR2_PACKAGE_QUAGGA_OSPF6D
|
|
||||||
bool "ospf6d support"
|
|
||||||
depends on BR2_INET_IPV6
|
|
||||||
help
|
|
||||||
Enable ospf6d support in quagga.
|
|
||||||
|
|
||||||
config BR2_PACKAGE_QUAGGA_WATCHQUAGGA
|
|
||||||
bool "watchquagga support"
|
|
||||||
help
|
|
||||||
Enable watchquagga support in quagga.
|
|
||||||
|
|
||||||
config BR2_PACKAGE_QUAGGA_ISISD
|
|
||||||
bool "isisd support"
|
|
||||||
help
|
|
||||||
Enable isisd support in quagga.
|
|
||||||
|
|
||||||
config BR2_PACKAGE_QUAGGA_BGP_ANNOUNCE
|
config BR2_PACKAGE_QUAGGA_BGP_ANNOUNCE
|
||||||
bool "BGP route announcement"
|
bool "BGP route announcement"
|
||||||
|
depends on BR2_PACKAGE_QUAGGA_BGPD
|
||||||
|
|
||||||
config BR2_PACKAGE_QUAGGA_NETLINK
|
config BR2_PACKAGE_QUAGGA_ISISD
|
||||||
bool "use linux netlink interface"
|
bool "IS-IS protocol"
|
||||||
default y
|
help
|
||||||
|
Enable isisd support in quagga.
|
||||||
|
|
||||||
|
config BR2_PACKAGE_QUAGGA_OSPFD
|
||||||
|
bool "OSPFv2 protocol"
|
||||||
|
help
|
||||||
|
Build ospfd daemon.
|
||||||
|
|
||||||
|
config BR2_PACKAGE_QUAGGA_OPAQUE_LSA
|
||||||
|
bool "OSPF Opaque-LSA with OSPFAPI support (RFC2370)"
|
||||||
|
depends on BR2_PACKAGE_QUAGGA_OSPFD
|
||||||
|
|
||||||
|
config BR2_PACKAGE_QUAGGA_OSPF6D
|
||||||
|
bool "OSPFv3 (IPv6) protocol"
|
||||||
|
depends on BR2_INET_IPV6
|
||||||
|
help
|
||||||
|
Build ospf6d daemon.
|
||||||
|
|
||||||
|
config BR2_PACKAGE_QUAGGA_RIPD
|
||||||
|
bool "RIPv2/v3 protocol"
|
||||||
|
help
|
||||||
|
Build ripd daemon.
|
||||||
|
|
||||||
|
config BR2_PACKAGE_QUAGGA_RIPNGD
|
||||||
|
bool "RIPng (IPv6) protocol"
|
||||||
|
depends on BR2_INET_IPV6
|
||||||
|
help
|
||||||
|
Build ripngd daemon.
|
||||||
|
|
||||||
|
config BR2_PACKAGE_QUAGGA_WATCHQUAGGA
|
||||||
|
bool "Build watchquagga"
|
||||||
|
help
|
||||||
|
Build and install watchquagga, a zebra/protocol daemon supervisor.
|
||||||
|
|
||||||
config BR2_PACKAGE_QUAGGA_SNMP
|
config BR2_PACKAGE_QUAGGA_SNMP
|
||||||
bool "SNMP support"
|
bool "SNMP support"
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL
|
|
||||||
select BR2_PACKAGE_NETSNMP
|
select BR2_PACKAGE_NETSNMP
|
||||||
|
help
|
||||||
comment "quagga snmp support broken with external toolchains"
|
Make quagga information available via SNMP SMUX.
|
||||||
depends on BR2_TOOLCHAIN_EXTERNAL
|
|
||||||
|
|
||||||
config BR2_PACKAGE_QUAGGA_TCP_ZEBRA
|
|
||||||
bool "TCP/IP socket connection between zebra and proto daemon"
|
|
||||||
|
|
||||||
config BR2_PACKAGE_QUAGGA_OPAGUE_LSA
|
|
||||||
bool "OSPF Opaque-LSA with OSPFAPI support (RFC2370)"
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -3,13 +3,13 @@
|
|||||||
# quagga suite
|
# quagga suite
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
QUAGGA_VERSION:=0.99.16
|
QUAGGA_VERSION:=0.99.17
|
||||||
QUAGGA_SOURCE:=quagga-$(QUAGGA_VERSION).tar.gz
|
QUAGGA_SOURCE:=quagga-$(QUAGGA_VERSION).tar.gz
|
||||||
QUAGGA_SITE:=http://www.quagga.net/download/
|
QUAGGA_SITE:=http://www.quagga.net/download/
|
||||||
|
|
||||||
QUAGGA_DEPENDENCIES = host-gawk
|
QUAGGA_DEPENDENCIES = host-gawk
|
||||||
QUAGGA_LIBTOOL_PATCH = NO
|
QUAGGA_LIBTOOL_PATCH = NO
|
||||||
QUAGGA_CONF_OPT = --program-transform-name=''
|
QUAGGA_CONF_OPT = --program-transform-name='' --enable-netlink
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_QUAGGA_ZEBRA),y)
|
ifeq ($(BR2_PACKAGE_QUAGGA_ZEBRA),y)
|
||||||
QUAGGA_CONF_OPT+=--enable-zebra
|
QUAGGA_CONF_OPT+=--enable-zebra
|
||||||
@ -65,12 +65,6 @@ else
|
|||||||
QUAGGA_CONF_OPT+=--disable-bgp-announce
|
QUAGGA_CONF_OPT+=--disable-bgp-announce
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_QUAGGA_NETLINK),y)
|
|
||||||
QUAGGA_CONF_OPT+=--enable-netlink
|
|
||||||
else
|
|
||||||
QUAGGA_CONF_OPT+=--disable-netlink
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_QUAGGA_SNMP),y)
|
ifeq ($(BR2_PACKAGE_QUAGGA_SNMP),y)
|
||||||
QUAGGA_CONF_OPT+=--enable-snmp
|
QUAGGA_CONF_OPT+=--enable-snmp
|
||||||
QUAGGA_DEPENDENCIES+=netsnmp
|
QUAGGA_DEPENDENCIES+=netsnmp
|
||||||
@ -84,7 +78,7 @@ else
|
|||||||
QUAGGA_CONF_OPT+=--disable-tcp-zebra
|
QUAGGA_CONF_OPT+=--disable-tcp-zebra
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_QUAGGA_OPAGUE_LSA),y)
|
ifeq ($(BR2_PACKAGE_QUAGGA_OPAQUE_LSA),y)
|
||||||
QUAGGA_CONF_OPT+=--enable-opaque-lsa
|
QUAGGA_CONF_OPT+=--enable-opaque-lsa
|
||||||
else
|
else
|
||||||
QUAGGA_CONF_OPT+=--disable-opaque-lsa
|
QUAGGA_CONF_OPT+=--disable-opaque-lsa
|
||||||
|
Loading…
x
Reference in New Issue
Block a user