Any device scripts should be installed with the package.
This commit is contained in:
parent
58a62ecefa
commit
14b3d1d486
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ makeinstall_target() {
|
|||
if [ -d "${PKG_DIR}/sources/autostart/${DEVICE}" ]
|
||||
then
|
||||
mkdir -p ${INSTALL}/usr/lib/autostart/${DEVICE}
|
||||
cp ${PKG_DIR}/sources/autostart/${DEVICE}/002-overclock ${INSTALL}/usr/lib/autostart/${DEVICE}
|
||||
cp ${PKG_DIR}/sources/autostart/${DEVICE}/* ${INSTALL}/usr/lib/autostart/${DEVICE}
|
||||
chmod 0755 ${INSTALL}/usr/lib/autostart/${DEVICE}/*
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue