mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-10 08:12:03 +00:00
Merge pull request #207 from WereCatf/patch-4
Copy 8192cu.ko in the kernel-modules directory
This commit is contained in:
commit
adfd14fb9e
1 changed files with 2 additions and 1 deletions
|
@ -306,7 +306,8 @@ if [[ -n "$MISC3_DIR" ]]; then
|
|||
#git checkout 0ea77e747df7d7e47e02638a2ee82ad3d1563199
|
||||
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- clean >/dev/null 2>&1
|
||||
(make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- KSRC=$SOURCES/$LINUXSOURCEDIR/ >/dev/null 2>&1)
|
||||
cp *.ko $DEST/cache/sdcard/usr/local/bin
|
||||
cp *.ko $DEST/cache/sdcard/lib/modules/$VER-$LINUXFAMILY/kernel/net/wireless/
|
||||
depmod -b $DEST/cache/sdcard/ $VER-$LINUXFAMILY
|
||||
#cp blacklist*.conf $DEST/cache/sdcard/etc/modprobe.d/
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue