Skip to content

Commit d719d45

Browse files
committed
add-packages
1 parent d7315c2 commit d719d45

File tree

2 files changed

+31
-11
lines changed

2 files changed

+31
-11
lines changed

.github/workflows/J1900_immortal.yml

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,14 @@ jobs:
6767
sudo timedatectl set-timezone "$TZ"
6868
sudo mkdir -p /workdir
6969
sudo chown $USER:$GROUPS /workdir
70+
7071
- name: Clone source code
7172
working-directory: /workdir
7273
run: |
7374
df -hT $PWD
7475
git clone -b $REPO_BRANCH --single-branch $REPO_URL openwrt
7576
ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt
77+
7678
- name: Load custom feeds
7779
run: |
7880
[ -e $FEEDS_CONF ] && mv $FEEDS_CONF openwrt/feeds.conf.default
@@ -81,15 +83,28 @@ jobs:
8183
#$GITHUB_WORKSPACE/$DIY_P1_SH
8284
#echo 'src-git kenzok8_small_package https://github.com/kenzok8/small-package' >>feeds.conf.default
8385
git clone https://github.com/BROBIRD/openwrt-r8168 ./package/r8168
84-
86+
git clone https://github.com/sirpdboy/netspeedtest ./package/netspeedtest
87+
git clone https://github.com/sirpdboy/luci-app-poweroffdevice ./package/luci-app-poweroffdevice
88+
svn export https://github.com/messense/aliyundrive-webdav/trunk/openwrt ./package/aliyunwebdav
89+
svn export https://github.com/coolsnowwolf/lede/trunk/package/lean/luci-app-pptp-server ./lean/luci-app-pptp-server
90+
91+
#install aliyunwebdav
92+
#cd package
93+
#mkdir aliyunwebdav
94+
#cd aliyunwebdav
95+
#git init
96+
#git remote add origin https://github.com/messense/aliyundrive-webdav
97+
#git config core.sparsecheckout true
98+
#echo openwrt/ >> .git/info/sparse-checkout
99+
#git pull origin main
100+
#cd ../..
101+
85102
- name: Update feeds
86103
run: cd openwrt && ./scripts/feeds update -a
87104

88105
- name: Install feeds
89106
run: cd openwrt && ./scripts/feeds install -a
90-
91-
92-
107+
93108
- name: SSH connection to Actions
94109
uses: P3TERX/[email protected]
95110
if: (github.event.inputs.ssh == 'true' && github.event.inputs.ssh != 'false') || contains(github.event.action, 'ssh')
@@ -134,7 +149,7 @@ jobs:
134149
135150
- name: SSH connection to Actions
136151
uses: P3TERX/[email protected]
137-
if: (github.event.inputs.ssh == 'true' && github.event.inputs.ssh != 'false') || contains(github.event.action, 'ssh')
152+
#if: (github.event.inputs.ssh == 'true' && github.event.inputs.ssh != 'false') || contains(github.event.action, 'ssh')
138153
env:
139154
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
140155
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}

config/j1900imt.config

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3185,6 +3185,7 @@ CONFIG_PACKAGE_kmod-input-evdev=y
31853185
#
31863186
# Libraries
31873187
#
3188+
CONFIG_PACKAGE_kmod-asn1-decoder=y
31883189
# CONFIG_PACKAGE_kmod-lib-cordic is not set
31893190
CONFIG_PACKAGE_kmod-lib-crc-ccitt=y
31903191
# CONFIG_PACKAGE_kmod-lib-crc-itu-t is not set
@@ -5913,6 +5914,7 @@ CONFIG_PACKAGE_luci-app-advancedsetting=y
59135914
# CONFIG_PACKAGE_luci-app-airplay2 is not set
59145915
# CONFIG_PACKAGE_luci-app-airwhu is not set
59155916
# CONFIG_PACKAGE_luci-app-aliddns is not set
5917+
CONFIG_PACKAGE_luci-app-aliyundrive-webdav=y
59165918
# CONFIG_PACKAGE_luci-app-amule is not set
59175919
# CONFIG_PACKAGE_luci-app-appfilter is not set
59185920
# CONFIG_PACKAGE_luci-app-argon-config is not set
@@ -5992,6 +5994,7 @@ CONFIG_PACKAGE_luci-app-minidlna=y
59925994
# CONFIG_PACKAGE_luci-app-n2n_v2 is not set
59935995
# CONFIG_PACKAGE_luci-app-naiveproxy is not set
59945996
CONFIG_PACKAGE_luci-app-netdata=y
5997+
CONFIG_PACKAGE_luci-app-netspeedtest=y
59955998
# CONFIG_PACKAGE_luci-app-nextdns is not set
59965999
# CONFIG_PACKAGE_luci-app-nfs is not set
59976000
# CONFIG_PACKAGE_luci-app-nft-qos is not set
@@ -6124,7 +6127,7 @@ CONFIG_PACKAGE_luci-app-upnp=y
61246127
# CONFIG_PACKAGE_luci-app-usb-printer is not set
61256128
# CONFIG_PACKAGE_luci-app-usb3disable is not set
61266129
# CONFIG_PACKAGE_luci-app-uugamebooster is not set
6127-
# CONFIG_PACKAGE_luci-app-v2ray-server=y
6130+
CONFIG_PACKAGE_luci-app-v2ray-server=y
61286131
# CONFIG_PACKAGE_luci-app-verysync is not set
61296132
# CONFIG_PACKAGE_luci-app-vlmcsd is not set
61306133
# CONFIG_PACKAGE_luci-app-vnstat is not set
@@ -6251,6 +6254,7 @@ CONFIG_PACKAGE_luci-i18n-acl-en=y
62516254
CONFIG_PACKAGE_luci-i18n-acl-zh-cn=y
62526255
# CONFIG_PACKAGE_luci-i18n-acl-zh-tw is not set
62536256
CONFIG_PACKAGE_luci-i18n-advancedsetting-zh-cn=y
6257+
# CONFIG_PACKAGE_luci-i18n-aliyundrive-webdav-zh-cn is not set
62546258
# CONFIG_PACKAGE_luci-i18n-base-ar is not set
62556259
# CONFIG_PACKAGE_luci-i18n-base-bg is not set
62566260
# CONFIG_PACKAGE_luci-i18n-base-bn is not set
@@ -6666,7 +6670,7 @@ CONFIG_PACKAGE_luci-i18n-upnp-en=y
66666670
# CONFIG_PACKAGE_luci-i18n-upnp-vi is not set
66676671
CONFIG_PACKAGE_luci-i18n-upnp-zh-cn=y
66686672
# CONFIG_PACKAGE_luci-i18n-upnp-zh-tw is not set
6669-
# CONFIG_PACKAGE_luci-i18n-v2ray-server-zh-cn=y
6673+
CONFIG_PACKAGE_luci-i18n-v2ray-server-zh-cn=y
66706674
CONFIG_PACKAGE_luci-i18n-vsftpd-zh-cn=y
66716675
# CONFIG_PACKAGE_luci-i18n-watchcat-ar is not set
66726676
# CONFIG_PACKAGE_luci-i18n-watchcat-bg is not set
@@ -6819,6 +6823,7 @@ CONFIG_PACKAGE_luci-i18n-zerotier-zh-cn=y
68196823
# CONFIG_PACKAGE_UnblockNeteaseMusic-Go is not set
68206824
# CONFIG_UNBLOCKNETEASEMUSIC_GO_COMPRESS_GOPROXY is not set
68216825
# CONFIG_UNBLOCKNETEASEMUSIC_GO_COMPRESS_UPX is not set
6826+
CONFIG_PACKAGE_aliyundrive-webdav=y
68226827
# CONFIG_PACKAGE_annie is not set
68236828
# CONFIG_ANNIE_COMPRESS_GOPROXY is not set
68246829
# CONFIG_ANNIE_COMPRESS_UPX is not set
@@ -8093,16 +8098,16 @@ CONFIG_PACKAGE_umdns=y
80938098
# CONFIG_PACKAGE_wpan-tools is not set
80948099
# CONFIG_PACKAGE_wwan is not set
80958100
# CONFIG_PACKAGE_xinetd is not set
8096-
# CONFIG_PACKAGE_xray-core is not set
8101+
CONFIG_PACKAGE_xray-core=y
80978102

80988103
#
80998104
# Xray-core Configuration
81008105
#
8101-
# CONFIG_XRAY_CORE_COMPRESS_GOPROXY=y
8102-
# CONFIG_XRAY_CORE_COMPRESS_UPX=y
8106+
# CONFIG_XRAY_CORE_COMPRESS_GOPROXY is not set
8107+
# CONFIG_XRAY_CORE_COMPRESS_UPX is not set
81038108
# end of Xray-core Configuration
81048109

8105-
# CONFIG_PACKAGE_xray-example=y
8110+
CONFIG_PACKAGE_xray-example=y
81068111
# end of Network
81078112

81088113
#

0 commit comments

Comments
 (0)