Skip to content
Snippets Groups Projects
Commit 9a46a2fc authored by Jan Grewe's avatar Jan Grewe
Browse files

try installing custom packages without listing them in PACKAGES

parent c789f1c8
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ variables:
OPENWRT_VERSION: 23.05.3
FILES: ${CI_PROJECT_DIR}/files
DEFAULT_PACKAGES: luci
EXTRA_PACKAGES: openwisp-config openwisp-monitoring netjson-monitoring
EXTRA_PACKAGES: ""
DISABLED_SERVICES: dnsmasq firewall odhcpd
EXTRA_IMAGE_NAME: fakedOrg
......
......@@ -3,6 +3,9 @@
uci set system.@system[0].hostname='openwrt'
uci commit system
uci del dhcp.dnsmasq1
uci commit dhcp
uci batch <<-EOF >/dev/null
set network.lan.proto=dhcp
delete network.lan.ipaddr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment