mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-09 23:34:51 +01:00
parental-control: 1.4.6
This commit is contained in:
parent
2bd4c0c236
commit
9101095a0a
4 changed files with 2 additions and 17 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=parental-control
|
PKG_NAME:=parental-control
|
||||||
PKG_VERSION:=1.4.5
|
PKG_VERSION:=1.4.6
|
||||||
|
|
||||||
LOCAL_DEV:=0
|
LOCAL_DEV:=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
|
|
@ -92,7 +92,6 @@ ifeq ($(CONFIG_PARENTAL_CONTROL_URLFILTERING),y)
|
||||||
else
|
else
|
||||||
$(BBFDM_INSTALL_MS_PLUGIN) -v ${VENDOR_PREFIX} ./files/urlbundle_override.json $(1) parentalcontrol
|
$(BBFDM_INSTALL_MS_PLUGIN) -v ${VENDOR_PREFIX} ./files/urlbundle_override.json $(1) parentalcontrol
|
||||||
endif
|
endif
|
||||||
$(INSTALL_DATA) ./files/etc/uci-defaults/50-parental_control_disable_urlfilter $(1)/etc/uci-defaults/
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,parental-control))
|
$(eval $(call BuildPackage,parental-control))
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
config globals 'globals'
|
config globals 'globals'
|
||||||
option enable '1'
|
option enable '1'
|
||||||
option loglevel '3'
|
option loglevel '3'
|
||||||
|
option urlfilter '0'
|
||||||
|
|
|
||||||
|
|
@ -25,14 +25,6 @@ check_mounted_app_partition() {
|
||||||
|
|
||||||
if check_mounted_app_partition; then
|
if check_mounted_app_partition; then
|
||||||
uci -q set parentalcontrol.globals.bundle_path="${APPS_DIR}/parentalcontrol"
|
uci -q set parentalcontrol.globals.bundle_path="${APPS_DIR}/parentalcontrol"
|
||||||
|
|
||||||
# configure the urlfilter if not configured
|
|
||||||
urlfilter="$(uci -q get parentalcontrol.globals.urlfilter)"
|
|
||||||
if [ -z "${urlfilter}" ]; then
|
|
||||||
uci -q set parentalcontrol.globals.urlfilter='1'
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
uci -q set parentalcontrol.globals.urlfilter='0'
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. /lib/functions.sh
|
|
||||||
|
|
||||||
[ ! -f "/etc/config/parentalcontrol" ] && exit 0
|
|
||||||
|
|
||||||
uci -q set parentalcontrol.globals.urlfilter='0'
|
|
||||||
Loading…
Add table
Reference in a new issue