[no ci] imp-control: update file permissions

pull/1161/head
gtxaspec 2023-11-25 00:35:29 -08:00
parent 089144f01e
commit 587b23cdc8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ endef
define INGENIC_LIBIMP_CONTROL_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 $(@D)/libimp_control.so $(TARGET_DIR)/usr/lib
$(INSTALL) -m 644 -t $(TARGET_DIR)/usr/sbin $(INGENIC_LIBIMP_CONTROL_PKGDIR)/src/imp-control.sh
$(INSTALL) -m 755 -t $(TARGET_DIR)/usr/sbin $(INGENIC_LIBIMP_CONTROL_PKGDIR)/src/imp-control.sh
endef