Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnsonRan authored Jan 24, 2025
1 parent 10d6554 commit 8460c0e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions openwrt/scripts/00-prepare_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ if [ "$ENABLE_UHTTPD" != "y" ]; then
fi
fi

# Realtek driver - R8168 & R8125 & R8126 & R8152 & R8101
rm -rf package/kernel/r8168 package/kernel/r8101 package/kernel/r8125 package/kernel/r8126
git clone https://$github/sbwml/package_kernel_r8168 package/kernel/r8168
git clone https://$github/sbwml/package_kernel_r8152 package/kernel/r8152
git clone https://$github/sbwml/package_kernel_r8101 package/kernel/r8101
git clone https://$github/sbwml/package_kernel_r8125 package/kernel/r8125
git clone https://$github/sbwml/package_kernel_r8126 package/kernel/r8126

# GCC Optimization level -O3
if [ "$platform" = "x86_64" ]; then
curl -s $mirror/openwrt/patch/target-modify_for_x86_64.patch | patch -p1
Expand Down

0 comments on commit 8460c0e

Please sign in to comment.