package: starfive: Add hibernation script to pm package

Signed-off-by: mason.huo <mason.huo@starfivetech.com>
This commit is contained in:
mason.huo
2022-10-14 13:08:20 +08:00
parent 4a361eadcd
commit 62a97a3582
2 changed files with 23 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ PM_LICENSE = GPL-2.0+
define PM_INSTALL_TARGET_CMDS
install -m 0755 -D package/starfive/pm/S90cpufreq $(TARGET_DIR)/etc/init.d/
install -m 0755 -D package/starfive/pm/S00hibernation $(TARGET_DIR)/etc/init.d/
endef
$(eval $(generic-package))