Skip to content

Commit

Permalink
Update diy-openwrt-deng.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
quanjindeng authored Mar 3, 2024
1 parent fd678c0 commit bf0189f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions diy-openwrt-deng.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ sed -i 's/192.168.1.1/10.10.10.1/g' package/base-files/files/bin/config_generate
# Modify default theme(FROM uci-theme-bootstrap CHANGE TO luci-theme-material)
sed -i 's/luci-theme-bootstrap/luci-theme-argon/g' ./feeds/luci/collections/luci/Makefile

# wifi enabled for jdc-ax1800-pro
sed -i 's/disabled=1/disabled=0/g' package/kernel/mac80211/files/lib/wifi/mac80211.sh

sed -i 's#../../#$(TOPDIR)/feeds/luci/#g' package/deng/luci-app-qbittorrent/Makefile
sed -i 's#../../#$(TOPDIR)/feeds/luci/#g' package/deng/luci-app-vsftpd/Makefile
sed -i 's#../../#$(TOPDIR)/feeds/luci/#g' package/deng/luci-app-diskman/Makefile
Expand Down

0 comments on commit bf0189f

Please sign in to comment.