You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cause version numbers are non-existent in snapshots. ( ¯_(ツ)_/¯ )
removing the version number still leaves a dash.
Commenting out line 42 in the Makefile fixes the issue. # IMAGE_BUILD_FOLDER=$(HERE)/openwrt-imagebuilder-$(OPENWRT_VERSION)-$(TARGET)-$(TARGET_TYPE).Linux-x86_64/
Is it a redundancy from the #Default LEDE?
Development Branch but current SNAPSHOT fails to satisfy dependencies.
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for block-mount:
* libubox20170601
* opkg_install_cmd: Cannot install package block-mount.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for firewall:
* libip4tc2
* libip6tc2
* opkg_install_cmd: Cannot install package firewall.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for mtd:
* libubox20170601
* opkg_install_cmd: Cannot install package mtd.
The text was updated successfully, but these errors were encountered:
Cause version numbers are non-existent in snapshots. ( ¯_(ツ)_/¯ )
removing the version number still leaves a dash.
Commenting out line 42 in the Makefile fixes the issue.
# IMAGE_BUILD_FOLDER=$(HERE)/openwrt-imagebuilder-$(OPENWRT_VERSION)-$(TARGET)-$(TARGET_TYPE).Linux-x86_64/
Is it a redundancy from the #Default LEDE?
Development Branch but current SNAPSHOT fails to satisfy dependencies.
The text was updated successfully, but these errors were encountered: