diff options
Diffstat (limited to 'modules/luci-mod-dsl/Makefile')
-rw-r--r-- | modules/luci-mod-dsl/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/luci-mod-dsl/Makefile b/modules/luci-mod-dsl/Makefile new file mode 100644 index 0000000000..3d2b0c6056 --- /dev/null +++ b/modules/luci-mod-dsl/Makefile @@ -0,0 +1,16 @@ +# +# 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 +ltq-dsl-base + +PKG_LICENSE:=Apache-2.0 + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |