mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user