mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
speedup adbyby boot speed
This commit is contained in:
parent
fa60aa415d
commit
f2f05f393d
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=default-settings
|
||||
PKG_VERSION:=1.0
|
||||
PKG_RELEASE:=62
|
||||
PKG_RELEASE:=63
|
||||
PKG_LICENSE:=GPLv3
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
|
@ -10,7 +10,7 @@ LUCI_DEPENDS:=+adbyby +wget +ipset +coreutils +coreutils-nohup +dnsmasq-full
|
||||
LUCI_PKGARCH:=all
|
||||
PKG_NAME:=luci-app-adbyby-plus
|
||||
PKG_VERSION:=2.0
|
||||
PKG_RELEASE:=31
|
||||
PKG_RELEASE:=32
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -f /tmp/blockip.ipset ];then
|
||||
|
||||
adbyby_enable=$(uci get adbyby.@adbyby[0].enable)
|
||||
|
||||
if [ $adbyby_enable -eq 1 ]; then
|
||||
@ -10,4 +12,5 @@ if [ $adbyby_enable -eq 1 ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
|
@ -338,7 +338,7 @@ TARGET_DEVICES += re350-v1
|
||||
define Device/re6500
|
||||
DTS := RE6500
|
||||
DEVICE_TITLE := Linksys RE6500
|
||||
DEVICE_PACKAGES := kmod-mt76x2 wpad-basic
|
||||
DEVICE_PACKAGES := -luci-app-ipsec-vpnd -luci-app-upnp kmod-mt76x2 wpad-basic zram-swap
|
||||
endef
|
||||
TARGET_DEVICES += re6500
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user