File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,9 @@ jobs:
136
136
cd /home/build/openwrt
137
137
chown -R build:build packages
138
138
sudo -u build sed -i "s/CONFIG_TARGET_ROOTFS_PARTSIZE=[0-9]\+/CONFIG_TARGET_ROOTFS_PARTSIZE=1024/g;s/CONFIG_TARGET_KERNEL_PARTSIZE=[0-9]\+/CONFIG_TARGET_KERNEL_PARTSIZE=256/g" .config
139
- sudo -u build make image PROFILE=generic PACKAGES="luci luci-app-qos luci-app-upnp luci-proto-ipv6 kmod-igc luci-i18n-base-zh-cn netdata luci-app-passwall luci-theme-argon samba4-server luci-app-samba4 luci-app-ttyd ntpclient luci-app-ntpc -dnsmasq"
139
+ sudo -u build make image PROFILE=generic PACKAGES="luci luci-app-qos luci-app-upnp luci-proto-ipv6 kmod-igc kmod-mt7921e \
140
+ luci-i18n-base-zh-cn netdata luci-app-passwall luci-theme-argon samba4-server \
141
+ luci-app-samba4 luci-app-ttyd ntpclient luci-app-ntpc -dnsmasq"
140
142
cd bin/targets/x86/64/
141
143
tar zcvf $VOLUME_HOME/openwrt-x86-64-master.tar.gz *
142
144
- uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments