├── README.md ├── snap-confine └── Makefile └── snapd ├── Makefile ├── files ├── snapd.init └── systemctl └── src └── snapd-wrapper.c /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teknoraver/snap-openwrt/HEAD/README.md -------------------------------------------------------------------------------- /snap-confine/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teknoraver/snap-openwrt/HEAD/snap-confine/Makefile -------------------------------------------------------------------------------- /snapd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teknoraver/snap-openwrt/HEAD/snapd/Makefile -------------------------------------------------------------------------------- /snapd/files/snapd.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teknoraver/snap-openwrt/HEAD/snapd/files/snapd.init -------------------------------------------------------------------------------- /snapd/files/systemctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teknoraver/snap-openwrt/HEAD/snapd/files/systemctl -------------------------------------------------------------------------------- /snapd/src/snapd-wrapper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teknoraver/snap-openwrt/HEAD/snapd/src/snapd-wrapper.c --------------------------------------------------------------------------------