mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Disable luci-app-opkg
This commit is contained in:
parent
40eda919b3
commit
980fa4dc0e
2 changed files with 24 additions and 1 deletions
23
collections/luci/Makefile
Normal file
23
collections/luci/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
#
|
||||||
|
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
|
||||||
|
#
|
||||||
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
||||||
|
#
|
||||||
|
|
||||||
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
|
LUCI_TYPE:=col
|
||||||
|
LUCI_BASENAME:=luci
|
||||||
|
|
||||||
|
LUCI_TITLE:=LuCI interface with Uhttpd as Webserver (default)
|
||||||
|
LUCI_DESCRIPTION:=Standard OpenWrt set including full admin with ppp support and the default Bootstrap theme
|
||||||
|
LUCI_DEPENDS:= \
|
||||||
|
+uhttpd +luci-mod-admin-full +luci-theme-bootstrap \
|
||||||
|
+luci-app-firewall +luci-proto-ppp +libiwinfo-lua +IPV6:luci-proto-ipv6 \
|
||||||
|
+rpcd-mod-rrdns
|
||||||
|
|
||||||
|
PKG_LICENSE:=Apache-2.0
|
||||||
|
|
||||||
|
include ../../luci/luci.mk
|
||||||
|
|
||||||
|
# call BuildPackage - OpenWrt buildroot signature
|
|
@ -70,7 +70,7 @@ MY_DEPENDS := \
|
||||||
luci-proto-qmi v2ray-plugin netcat \
|
luci-proto-qmi v2ray-plugin netcat \
|
||||||
ca-bundle openssl-util \
|
ca-bundle openssl-util \
|
||||||
dejavu-fonts-ttf-DejaVuSerif dejavu-fonts-ttf-DejaVuSerif-Bold dejavu-fonts-ttf-DejaVuSerif-Italic dejavu-fonts-ttf-DejaVuSerif-BoldItalic \
|
dejavu-fonts-ttf-DejaVuSerif dejavu-fonts-ttf-DejaVuSerif-Bold dejavu-fonts-ttf-DejaVuSerif-Italic dejavu-fonts-ttf-DejaVuSerif-BoldItalic \
|
||||||
luci-app-opkg luci-app-snmpd \
|
luci-app-snmpd \
|
||||||
(TARGET_x86||TARGET_x86_64):open-vm-tools
|
(TARGET_x86||TARGET_x86_64):open-vm-tools
|
||||||
# (!TARGET_mvebu&&!TARGET_mediatek):kmod-fb-tft-all \
|
# (!TARGET_mvebu&&!TARGET_mediatek):kmod-fb-tft-all \
|
||||||
# lcd4linux-full
|
# lcd4linux-full
|
||||||
|
|
Loading…
Reference in a new issue