| 519 | | define Package/luci-app-diag-core |
| 520 | | $(call Package/luci/webtemplate) |
| 521 | | DEPENDS+=+luci-admin-core |
| 522 | | TITLE:=LuCI Diagnostics Tools (Core) |
| 523 | | endef |
| 524 | | |
| 525 | | define Package/luci-app-diag-devinfo |
| 526 | | $(call Package/luci/webtemplate) |
| 527 | | DEPENDS+=+luci-app-diag-core +smap +netdiscover +mac-to-devinfo +httping +smap-to-devinfo +netdiscover-to-devinfo |
| 528 | | TITLE:=LuCI Diagnostics Tools (Device Info) |
| 529 | | endef |
| 530 | | |
| 531 | | define Package/luci-app-voice-core |
| 532 | | $(call Package/luci/webtemplate) |
| 533 | | DEPENDS+=+luci-admin-core |
| 534 | | TITLE:=LuCI Voice Software (Core) |
| 535 | | endef |
| 536 | | |
| 537 | | define Package/luci-app-voice-diag |
| 538 | | $(call Package/luci/webtemplate) |
| 539 | | DEPENDS+=+luci-app-voice-core +luci-app-diag-devinfo |
| 540 | | TITLE:=LuCI Voice Software (Diagnostics) |
| 541 | | endef |
| 542 | | |
| 543 | | define Package/luci-app-diag-devinfo/conffiles |
| 544 | | /etc/config/luci_devinfo |
| 545 | | endef |
| 546 | | |
| 547 | | define Package/luci-app-diag-core/install |
| 548 | | $(call Package/luci/install/template,$(1),applications/luci-diag-core) |
| 549 | | endef |
| 550 | | |
| 551 | | define Package/luci-app-diag-devinfo/install |
| 552 | | $(call Package/luci/install/template,$(1),applications/luci-diag-devinfo) |
| 553 | | endef |
| 554 | | |
| 555 | | define Package/luci-app-voice-core/install |
| 556 | | $(call Package/luci/install/template,$(1),applications/luci-voice-core) |
| 557 | | endef |
| 558 | | |
| 559 | | define Package/luci-app-voice-diag/install |
| 560 | | $(call Package/luci/install/template,$(1),applications/luci-voice-diag) |
| 561 | | endef |
| 562 | | |
| 1009 | | endif |
| 1010 | | ifneq ($(CONFIG_PACKAGE_luci-app-voice-core),) |
| 1011 | | PKG_SELECTED_MODULES+=applications/luci-voice-core |
| 1012 | | endif |
| 1013 | | ifneq ($(CONFIG_PACKAGE_luci-app-voice-diag),) |
| 1014 | | PKG_SELECTED_MODULES+=applications/luci-voice-diag |
| 1015 | | endif |
| 1016 | | ifneq ($(CONFIG_PACKAGE_luci-app-diag-core),) |
| 1017 | | PKG_SELECTED_MODULES+=applications/luci-diag-core |
| 1018 | | endif |
| 1019 | | ifneq ($(CONFIG_PACKAGE_luci-app-diag-devinfo),) |
| 1020 | | PKG_SELECTED_MODULES+=applications/luci-diag-devinfo |