Skip to content

Commit ed13c0d

Browse files
committed
fix(mtk-vendor): drop VERSION_CODE_FILENAMES for clean image basenames
The fork's image-config.in defaults CONFIG_VERSION_CODE_FILENAMES to y, which prefixes images with the revision token (e.g. -r0-a828161-). Upstream ImmortalWRT doesn't ship that, so firmware names diverged from every other BananaWRT channel and old update scripts built from FIRMWARE_VERSION alone couldn't reconstruct the path. Disable the knob to keep 'immortalwrt-25.12-linkup-mediatek-filogic-...' as the final shape.
1 parent 0690d12 commit ed13c0d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • config/v25.12-mtk-vendor/mtk-vendor

config/v25.12-mtk-vendor/mtk-vendor/.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ CONFIG_PACKAGE_libblkid=y
451451
CONFIG_IMAGEOPT=y
452452
CONFIG_VERSIONOPT=y
453453
CONFIG_VERSION_CODE=""
454+
# CONFIG_VERSION_CODE_FILENAMES is not set
454455
CONFIG_VERSION_DIST="ImmortalWrt"
455456
CONFIG_VERSION_FILENAMES=y
456457
CONFIG_VERSION_MANUFACTURER_URL=""

0 commit comments

Comments
 (0)