diff options
| author | Robert Marko | 2023-01-06 19:31:15 +0000 |
|---|---|---|
| committer | Robert Marko | 2023-01-16 11:42:23 +0000 |
| commit | d9b80ba8b8091ece31fc564fd944a1634e435a6d (patch) | |
| tree | 4e4c884e14ecffa59572c301862de6f3cdd99d81 | |
| parent | b5f32064ed0c3a8b897377ec2fc895dc7a5f1bc8 (diff) | |
| download | openwrt-d9b80ba8b8091ece31fc564fd944a1634e435a6d.tar.gz | |
CI: labeler: add ipq807x target
Add support for ipq807x target to the labeler.
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | .github/labeler.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index dd6636cf73..c0ffdaf05d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -41,6 +41,8 @@ - "target/linux/ipq40xx/**" "target/ipq806x": - "target/linux/ipq806x/**" +"target/ipq807x": + - "target/linux/ipq807x/**" "target/kirkwood": - "target/linux/kirkwood/**" - "package/boot/uboot-kirkwood/**" |