Make sure modules are executable.
This commit is contained in:
parent
08608c85b7
commit
61bf24c41b
1 changed files with 1 additions and 0 deletions
|
@ -21,5 +21,6 @@ make_target() {
|
|||
makeinstall_target() {
|
||||
mkdir -p ${INSTALL}/usr/config/modules
|
||||
cp -rf ${PKG_DIR}/sources/* ${INSTALL}/usr/config/modules
|
||||
chmod 0755 ${INSTALL}/usr/config/modules/*
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue