0
0
mirror of https://github.com/openwrt/luci.git synced 2025-02-22 15:26:24 +00:00
Jo-Philipp Wich 83f7f5c6e6 luci-mod-dsl: drop dependency on ltq-dsl-base
The `ltq-dsl-base` package is nonshared and thus not processed on phase 2
builders, causing this luci module to be unavailable in repos. Furthermore,
the `ltq-dsl-base` package provides no functionality the ui requires, so
simply drop the dependency.

Ref: https://forum.openwrt.org/t/x/153515
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2023-03-15 14:04:45 +01:00

17 lines
327 B
Makefile

#
# Copyright (C) 2022 Roland Barenbrug <roland@treslong.com>
#
# This is free software, licensed under the Apache License, Version 2.0
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LUCI DSL spectrum graph
LUCI_DEPENDS:=+luci-base
PKG_LICENSE:=Apache-2.0
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature