Skip to content

Commit 1a69cf6

Browse files
add luci-app-netdata
1 parent aa25169 commit 1a69cf6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_image.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ jobs:
136136
cd /home/build/openwrt
137137
chown -R build:build packages
138138
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"
140142
cd bin/targets/x86/64/
141143
tar zcvf $VOLUME_HOME/openwrt-x86-64-master.tar.gz *
142144
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)