1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-24 12:36:18 +00:00
Lakka-LibreELEC/projects/Ayn/devices/Odin/packages/rmtfs/package.mk
GavinDarkglider 4f8d2a57e9
WIP - Add Support for Ayn Odin (#1713)
* Initial fully buildable/bootable Odin Support

* Rework NX-Boot to FAT32 Boot for shared usage between switch and odin

* Move shared packages from switch/odin to main packages folder
2023-01-21 16:11:38 +01:00

12 lines
261 B
Makefile

PKG_NAME="rmtfs"
PKG_SITE="https://github.com/andersson/rmtfs"
PKG_LICENSE="Sony"
PKG_VERSION="b08ef6f98ec567876d7d45f15c85c6ed00d7c463"
PKG_URL="${PKG_SITE}.git"
PKG_DEPENDS_TARGET="qrtr"
PKG_TOOLCHAIN="make"
post_install() {
enable_service rmtfs.service
}