File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
2- # =================================================
3- # File name: hook-feeds.sh
4- # Author: SuLingGG
5- # Blog: https://mlapp.cn
6- # =================================================
72
83# Svn checkout packages from immortalwrt's repository
94pushd customfeeds
105
6+ # Add luci-app-eqos
7+ svn co https://github.com/immortalwrt/luci/trunk/applications/luci-app-eqos luci/applications/luci-app-eqos
8+
9+ # Add luci-proto-modemmanager
10+ svn co https://github.com/immortalwrt/luci/trunk/protocols/luci-proto-modemmanager luci/protocols/luci-proto-modemmanager
11+
1112# Add luci-app-gowebdav
1213svn co https://github.com/immortalwrt/luci/trunk/applications/luci-app-gowebdav luci/applications/luci-app-gowebdav
1314svn co https://github.com/immortalwrt/packages/trunk/net/gowebdav packages/net/gowebdav
1415
1516# Add tmate
1617git clone --depth=1 https://github.com/immortalwrt/openwrt-tmate
1718
18- # extra Packages
19- git clone --depth=1 https://github.com/WikiHacker/openwrt-packages.git
20-
2119# Add luci-app-passwall
2220git clone --depth=1 https://github.com/xiaorouji/openwrt-passwall luci/applications/openwrt-passwall
21+ # git clone -b hello https://github.com/DHDAXCW/openwrt-passwall luci/applications/openwrt-passwall
2322
2423# Add gotop
2524svn co https://github.com/immortalwrt/packages/branches/openwrt-18.06/admin/gotop packages/admin/gotop
2625
27-
2826# Add minieap
2927svn co https://github.com/immortalwrt/packages/trunk/net/minieap packages/net/minieap
28+
29+ # Replace smartdns with the official version
30+ rm -rf packages/net/smartdns
31+ svn co https://github.com/openwrt/packages/trunk/net/smartdns packages/net/smartdns
3032popd
3133
3234# Set to local feeds
You can’t perform that action at this time.
0 commit comments