openwrt / asu

An image on demand server for OpenWrt based distributions
https://sysupgrade.openwrt.org
GNU General Public License v2.0
333 stars 84 forks source link

Unable to Include uboot-envtools in Xiaomi Mi Router 3G Builds #1085

Open ztj1993 opened 1 week ago

ztj1993 commented 1 week ago

The xiaomi_mi-router-3g model seems to be forcibly excluding the uboot-envtools package. Despite multiple attempts, I have not succeeded in adding uboot-envtools to the build.

I tested this by manually running make image, and the package could be added to the pre-installed packages. I also verified this functionality on the actual device.

I removed -uboot-envtools from Installed Packages and added uboot-envtools. ASU shouldn't be removing this package.

When I set diff_packages to false in the submission to the /api/v1/build interface, it successfully builds the image with uboot-envtools. However, there is no option to set diff_packages = false in the firmware-selector-openwrt-org UI.

source link: https://github.com/openwrt/firmware-selector-openwrt-org/issues/55