Skip to content
Snippets Groups Projects
Verified Commit c7272f88 authored by Michal Hrusecky's avatar Michal Hrusecky :mouse: Committed by Karel Koci
Browse files

mox-support: Add sentinel uci options to shield

To make sure reForis can detect enabled Sentinel
parent ea802008
Branches
Tags
1 merge request!465mox-support: Add sentinel uci options to shield
......@@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mox-support
PKG_VERSION:=2.0
PKG_RELEASE:=2
PKG_VERSION:=2.1.0
PKG_RELEASE:=1
PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>
include $(INCLUDE_DIR)/package.mk
......@@ -27,7 +27,8 @@ endef
define Package/shield-support
TITLE:=Shield support package
DEPENDS:=@TARGET_mvebu_cortexa53_DEVICE_cznic-mox +mox-generic-support
DEPENDS:=@TARGET_mvebu_cortexa53_DEVICE_cznic-mox +mox-generic-support \
+pkglists
PROVIDES:=mox-support
CONFLICTS:=mox-support
endef
......
......@@ -4,3 +4,10 @@ uci -q batch <<EOF
set sentinel.main.agreed_with_eula_version=1
commit sentinel.main.agreed_with_eula_version
EOF
# To make reForis show green checkmarks
uci -q batch <<EOF
del_list pkglists.pkglists.pkglist=datacollect
add_list pkglists.pkglists.pkglist=datacollect
commit pkglists.pkglists
EOF
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment