diff --git a/multimedia/nes_simulator/Kconfig b/multimedia/nes_simulator/Kconfig index cc9c65efde..ee2d01b2c0 100644 --- a/multimedia/nes_simulator/Kconfig +++ b/multimedia/nes_simulator/Kconfig @@ -58,6 +58,9 @@ if PKG_USING_NES_SIMULATOR config nes to enable sound. config PKG_NES_USE_FS + select RT_USING_DFS if RT_VER_NUM < 0x40100 + select RT_USING_LIBC if RT_VER_NUM < 0x40100 + select RT_USING_POSIX_FS if RT_VER_NUM >= 0x40100 bool "Enable File System" default y help diff --git a/peripherals/fingerprint/package.json b/peripherals/fingerprint/package.json index e5362937d7..3bc28bb9b6 100644 --- a/peripherals/fingerprint/package.json +++ b/peripherals/fingerprint/package.json @@ -13,19 +13,19 @@ "github": "pk-ing" }, "license": "GPL-3.0", - "repository": "https://github.com/pk-ing/fingerprint", + "repository": "https://github.com/RT-Thread-packages/fingerprint", "icon": "unknown", - "homepage": "https://github.com/pk-ing/fingerprint", - "doc": "https://github.com/pk-ing/fingerprint/tree/master/doc", + "homepage": "https://github.com/RT-Thread-packages/fingerprint", + "doc": "https://github.com/RT-Thread-packages/fingerprint/tree/master/doc", "site": [ { "version": "v1.0.0", - "URL": "https://github.com/pk-ing/fingerprint/archive/v1.0.0.zip", + "URL": "https://github.com/RT-Thread-packages/fingerprint/archive/v1.0.0.zip", "filename": "fingerprint-1.0.0.zip" }, { "version": "latest", - "URL": "https://github.com/pk-ing/fingerprint.git", + "URL": "https://github.com/RT-Thread-packages/fingerprint.git", "filename": "Null for git package", "VER_SHA": "master" }