Signed-off-by: Michel Stam <m.stam@fugro.nl> [jow: fixed condition for CONFIG_LLDPD_WITH_JSON] Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43233master
parent
da53ac677f
commit
6966aa0d50
@ -0,0 +1,28 @@ |
||||
menu "Configuration" |
||||
depends on PACKAGE_lldpd |
||||
|
||||
config LLDPD_WITH_CDP |
||||
bool |
||||
default y |
||||
prompt "Enable support for the Cisco Discovery Protocol (CDP) version 1 and 2" |
||||
|
||||
config LLDPD_WITH_FDP |
||||
bool |
||||
default y |
||||
prompt "Enable support for the Foundry Discovery Protocol (FDP)" |
||||
|
||||
config LLDPD_WITH_EDP |
||||
bool |
||||
default y |
||||
prompt "Enable support for the Extreme Discovery Protocol (EDP)" |
||||
|
||||
config LLDPD_WITH_SONMP |
||||
bool |
||||
default y |
||||
prompt "Enable support for the SynOptics Network Management Protocol" |
||||
|
||||
config LLDPD_WITH_JSON |
||||
bool |
||||
prompt "Enable JSON output for the LLDP Command-Line Interface" |
||||
default n |
||||
endmenu |
@ -1,10 +1,11 @@ |
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -62,7 +62,6 @@ AX_CFLAGS_GCC_OPTION([-Wformat])
|
||||
@@ -62,7 +62,5 @@ AX_CFLAGS_GCC_OPTION([-Wformat])
|
||||
AX_CFLAGS_GCC_OPTION([-Wformat-security])
|
||||
AX_CFLAGS_GCC_OPTION([-Wcast-align])
|
||||
AX_CFLAGS_GCC_OPTION([-Winline])
|
||||
-AX_CFLAGS_GCC_OPTION([-fstack-protector])
|
||||
-AX_CFLAGS_GCC_OPTION([-fstack-protector-strong])
|
||||
AX_CFLAGS_GCC_OPTION([-fno-omit-frame-pointer])
|
||||
AX_CFLAGS_GCC_OPTION([-D_FORTIFY_SOURCE=2])
|
||||
AX_CFLAGS_GCC_OPTION([-Wdeclaration-after-statement])
|
||||
AX_CFLAGS_GCC_OPTION([-Wno-unused-parameter])
|
||||
|
Loading…
Reference in new issue