File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ INSTALL_MODULES="kernel/fs/btrfs/btrfs.ko"
99INSTALL_MODULES=" $INSTALL_MODULES kernel/drivers/scsi/sg.ko"
1010INSTALL_MODULES=" $INSTALL_MODULES kernel/drivers/char/hw_random/bcm2835-rng.ko"
1111INSTALL_MODULES=" $INSTALL_MODULES kernel/net/ipv6/ipv6.ko"
12+ INSTALL_MODULES=" $INSTALL_MODULES kernel/net/wireless/cfg80211.ko"
1213
1314# checks if first parameter is contained in the array passed as the second parameter
1415# use: contains_element "search_for" "${some_array[@]}" || do_if_not_found
Original file line number Diff line number Diff line change 11311131# will be overwritten by resolvconf when the system is rebooted
11321132cp /etc/resolv.conf /rootfs/run/resolvconf
11331133
1134+ # copy blacklist for rtl8192cu into rootfs; use original Realtek drivers instead
1135+ cp /etc/modprobe.d/blacklist-native-rtl8192.conf /rootfs/etc/modprobe.d/
1136+
11341137echo "OK"
11351138
11361139# enable serial console on installed system
Original file line number Diff line number Diff line change 1+ blacklist rtl8192cu
You can’t perform that action at this time.
0 commit comments