rules.mk: add INSTALL_SUID macro
[openwrt/openwrt.git] / rules.mk
index a97b2d2155695c3a15f361ea2fe95b977be05959..56ecbf2eb8f6ae2793d1d0cf83684dfa2a91b3ef 100644 (file)
--- a/rules.mk
+++ b/rules.mk
@@ -276,6 +276,7 @@ PATCH:=patch
 PYTHON:=python
 
 INSTALL_BIN:=install -m0755
+INSTALL_SUID:install -m4755
 INSTALL_DIR:=install -d -m0755
 INSTALL_DATA:=install -m0644
 INSTALL_CONF:=install -m0600