Skip to content

Commit

Permalink
Update r5c.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 authored May 17, 2023
1 parent 9c19ddf commit 224eda3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions build/scripts/r5c.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
#!/bin/bash

# mt7921
rm -rf package/kernel/rtl8821cu
rm -rf package/kernel/mac80211
rm -rf package/network/services/hostapd

svn export https://github.com/openwrt/openwrt/trunk/package/kernel/mac80211 package/kernel/mac80211
svn export https://github.com/openwrt/openwrt/trunk/package/network/services/hostapd package/network/services/hostapd
#rm -rf package/kernel/rtl8821cu
#rm -rf package/kernel/mac80211
#rm -rf package/kernel/mt76
#rm -rf package/network/services/hostapd

#svn export https://github.com/openwrt/openwrt/trunk/package/kernel/mac80211 package/kernel/mt76
#svn export https://github.com/openwrt/openwrt/trunk/package/kernel/mac80211 package/kernel/mac80211
#svn export https://github.com/openwrt/openwrt/trunk/package/network/services/hostapd package/network/services/hostapd

# Change default shell to zsh
sed -i 's/\/bin\/ash/\/usr\/bin\/zsh/g' package/base-files/files/etc/passwd
Expand Down

0 comments on commit 224eda3

Please sign in to comment.