Skip to content

Commit d57b9d7

Browse files
m
1 parent a378f57 commit d57b9d7

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/build_image_mt7981.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -314,30 +314,30 @@ jobs:
314314
mkdir -p $VOLUME_HOME/mypackages
315315
mv $VOLUME_HOME/*.ipk $VOLUME_HOME/mypackages/
316316
317-
- name: Prepare DTS
318-
run: |
319-
cat << EOF >> /builder/target/linux/mediatek/image/filogic.mk
320-
321-
define Device/nradio_c8-668
322-
DEVICE_VENDOR := NRadio
323-
DEVICE_MODEL := C8-668
324-
DEVICE_DTS := mt7981-nradio-wt9108
325-
DEVICE_DTS_DIR := ../dts
326-
UBINIZE_OPTS := -E 5
327-
BLOCKSIZE := 128k
328-
PAGESIZE := 2048
329-
IMAGE_SIZE := 65536k
330-
KERNEL_IN_UBI := 1
331-
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
332-
DEVICE_PACKAGES := kmod-usb3 kmod-mt7981-firmware mt7981-wo-firmware
333-
endef
334-
TARGET_DEVICES += nradio_c8-668
335-
336-
EOF
337-
338-
cat /builder/target/linux/mediatek/image/filogic.mk
339-
340-
cp ${{ github.workspace }}/nradio/dts/* /builder/target/linux/mediatek/dts/
317+
# - name: Prepare DTS
318+
# run: |
319+
# cat << EOF >> /builder/target/linux/mediatek/image/filogic.mk
320+
#
321+
# define Device/nradio_c8-668
322+
# DEVICE_VENDOR := NRadio
323+
# DEVICE_MODEL := C8-668
324+
# DEVICE_DTS := mt7981-nradio-wt9108
325+
# DEVICE_DTS_DIR := ../dts
326+
# UBINIZE_OPTS := -E 5
327+
# BLOCKSIZE := 128k
328+
# PAGESIZE := 2048
329+
# IMAGE_SIZE := 65536k
330+
# KERNEL_IN_UBI := 1
331+
# IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
332+
# DEVICE_PACKAGES := kmod-usb3 kmod-mt7981-firmware mt7981-wo-firmware
333+
# endef
334+
# TARGET_DEVICES += nradio_c8-668
335+
#
336+
# EOF
337+
#
338+
# cat /builder/target/linux/mediatek/image/filogic.mk
339+
#
340+
# cp ${{ github.workspace }}/nradio/dts/* /builder/target/linux/mediatek/dts/
341341

342342
- name: Set profile
343343
run: |

0 commit comments

Comments
 (0)