Skip to content

Commit

Permalink
Update ulo
Browse files Browse the repository at this point in the history
  • Loading branch information
edikurexe authored Oct 12, 2024
1 parent 7a5c2e2 commit 104077c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ulo
Original file line number Diff line number Diff line change
Expand Up @@ -462,12 +462,7 @@ lain_lain() {
if ! grep -q 'ulimit -n' $path/etc/init.d/boot; then
sed -i '/kmodloader/i\\tulimit -n 131072\n' $path/etc/init.d/boot
fi

wireless_mac80211="$path/lib/netifd/wireless/mac80211.sh"
[[ -f "${wireless_mac80211}" ]] && {
cp -f ${wireless_mac80211} ${wireless_mac80211}.bak
sed -i "s|iw |ipconfig |g" ${wireless_mac80211}
}

rm -rf $path/lib/firmware/
cp -rf $fwdriver_path/firmware $path/lib/
chmod 777 $path/lib/firmware/*
Expand Down

0 comments on commit 104077c

Please sign in to comment.