From 08b803200519b6324876b6ed573494a803de513d Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 19 Apr 2019 18:19:08 -0400 Subject: profile_opkg_state_dir(), profile_opkg_conf_file(): New functions --- (limited to 'src/profile/proteanos.sh') diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh index 321f8cc..6991937 100644 --- a/src/profile/proteanos.sh +++ b/src/profile/proteanos.sh @@ -125,6 +125,18 @@ prof_proteanos_validate_archplat() return 1 } +prof_proteanos_opkg_state_dir() +{ + printf '/var/lib/opkg' + return 0 +} + +prof_proteanos_opkg_conf_file() +{ + printf '/etc/opkg/opkg.conf' + return 0 +} + prof_proteanos_feeds() { local mirror="${1}" -- cgit v0.9.1