mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
target.mk: remove luci-newapi
This commit is contained in:
parent
1531aa758e
commit
c6bb9a7912
@ -55,7 +55,7 @@ DEFAULT_PACKAGES.nas:=\
|
|||||||
DEFAULT_PACKAGES.router:=\
|
DEFAULT_PACKAGES.router:=\
|
||||||
dnsmasq-full firewall iptables ppp ppp-mod-pppoe \
|
dnsmasq-full firewall iptables ppp ppp-mod-pppoe \
|
||||||
block-mount coremark kmod-nf-nathelper kmod-nf-nathelper-extra kmod-ipt-raw kmod-tun \
|
block-mount coremark kmod-nf-nathelper kmod-nf-nathelper-extra kmod-ipt-raw kmod-tun \
|
||||||
iptables-mod-tproxy iptables-mod-extra ipset ip-full default-settings luci luci-newapi \
|
iptables-mod-tproxy iptables-mod-extra ipset ip-full default-settings luci \
|
||||||
ddns-scripts_aliyun ddns-scripts_dnspod luci-app-ddns luci-app-upnp luci-app-autoreboot \
|
ddns-scripts_aliyun ddns-scripts_dnspod luci-app-ddns luci-app-upnp luci-app-autoreboot \
|
||||||
luci-app-arpbind luci-app-filetransfer luci-app-vsftpd luci-app-ssr-plus luci-app-vlmcsd \
|
luci-app-arpbind luci-app-filetransfer luci-app-vsftpd luci-app-ssr-plus luci-app-vlmcsd \
|
||||||
luci-app-accesscontrol luci-app-nlbwmon luci-app-turboacc luci-app-wol curl ca-certificates
|
luci-app-accesscontrol luci-app-nlbwmon luci-app-turboacc luci-app-wol curl ca-certificates
|
||||||
|
@ -1376,7 +1376,7 @@ define Device/phicomm_k2p
|
|||||||
DEVICE_MODEL := K2P
|
DEVICE_MODEL := K2P
|
||||||
SUPPORTED_DEVICES += k2p
|
SUPPORTED_DEVICES += k2p
|
||||||
DEVICE_COMPAT_VERSION := 1.1
|
DEVICE_COMPAT_VERSION := 1.1
|
||||||
DEVICE_PACKAGES := -luci-newapi -wpad-openssl kmod-mt7615d_dbdc wireless-tools
|
DEVICE_PACKAGES := -wpad-openssl kmod-mt7615d_dbdc wireless-tools luci-oldapi
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += phicomm_k2p
|
TARGET_DEVICES += phicomm_k2p
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user