package/lldpd: Remove extraneous select
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 23 Dec 2015 14:44:05 +0000 (14:44 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 23 Dec 2015 14:44:05 +0000 (14:44 +0000)
Only the conditional dependency ought to be required;
if build fails with JSON there is some other problem
at work.

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47976 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/network/services/lldpd/Config.in

index 72150e7..93d84e2 100644 (file)
@@ -49,7 +49,6 @@ config LLDPD_WITH_CUSTOM
 config LLDPD_WITH_JSON
        bool
        prompt "Enable JSON output for the LLDP Command-Line Interface"
 config LLDPD_WITH_JSON
        bool
        prompt "Enable JSON output for the LLDP Command-Line Interface"
-       select PACKAGE_json-c
        default n
 
 endmenu
        default n
 
 endmenu