mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
crystalhd: cleanup, we are stripping kernel modules before we creating the image globally
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b4dc2bb065
commit
6fc2e85b60
@ -36,8 +36,6 @@ mkdir -p $INSTALL/lib/udev/rules.d
|
||||
mkdir -p $INSTALL/lib/modules/$VER/crystalhd
|
||||
cp $PKG_BUILD/driver/linux/crystalhd.ko $INSTALL/lib/modules/$VER/crystalhd
|
||||
|
||||
strip_kmod $INSTALL/lib/modules/$VER/crystalhd
|
||||
|
||||
$ROOT/$TOOLCHAIN/sbin/depmod -b $INSTALL $VER > /dev/null
|
||||
for i in `ls $INSTALL/lib/modules/*/modules.* | grep -v modules.dep | grep -v modules.alias | grep -v modules.symbols`; do
|
||||
rm -f $i
|
||||
|
Loading…
x
Reference in New Issue
Block a user