[LEDE-DEV] [OpenWrt-Devel] [PATCH 00/15] Metadata generator refactoring, cleanup and PROVIDES improvements

Weedy weedy2887 at gmail.com
Sun Jan 14 05:35:05 PST 2018


On 2018-01-14 08:12 AM, Jo-Philipp Wich wrote:
> Hi Weedy,
> 
> can you provide some more context lines to see which package those broken depends belong to?
> 
> Thanks,
> Jo
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
> 

menu "LuCI"

menu "3. Applications"
    config PACKAGE_luci-app-acme
        tristate "luci-app-acme.............................. ACME
package - LuCI interface"
        default y if DEFAULT_luci-app-acme
        default m if ALL
        select PACKAGE_libc
        select PACKAGE_librt if USE_GLIBC
***        depends on
        depends on PACKAGE_lua
        select PACKAGE_libpthread if USE_GLIBC
        select PACKAGE_acme
        select PACKAGE_libssp if SSP_SUPPORT
        help
         Control the ACME Letsencrypt certificate interface
         Toke Høiland-Jørgensen <toke at toke.dk>

    config PACKAGE_luci-app-sqm
        tristate "luci-app-sqm................................ SQM
Scripts - LuCI interface"
        default y if DEFAULT_luci-app-sqm
        default m if ALL
        select PACKAGE_libc
***        depends on
        select PACKAGE_librt if USE_GLIBC
        depends on PACKAGE_lua
        depends on !LINUX_3_18
        select PACKAGE_libssp if SSP_SUPPORT
        select PACKAGE_libpthread if USE_GLIBC
        select PACKAGE_sqm-scripts
        help
         Luci interface for the SQM scripts queue management
configuration package.
         Toke Høiland-Jørgensen <toke at toke.dk>

endmenu
endmenu




More information about the Lede-dev mailing list