diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-09-27 18:36:30 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-09-27 19:10:26 +0200 |
commit | bdb38febf52dafa77664f84b3d214e57b92230d7 (patch) | |
tree | 0a963d5c9d4873f50fe5c2f9a4c7f1204a90490c /README.md | |
parent | 5a2fb492ae73f91f2d55c6e90694461721da8160 (diff) |
rust: bump to 1.62.1
rust_host: bump to 1.62.1
Print an error and bail-out if the user forgot to adjust the
feed name according to the one in feeds.conf
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ make distclean make menuconfig ``` +If you change `my_openwrt_packages` to something else, you need to change the include path in +`lang/rust/rustc_environment.mk` to `include $(TOPDIR)/package/feeds/[your-feed-name]/rust/rustc_targets.mk`. +Otherwise, `rust/host` will not be able to compile as well as packages that depend on Rust (e.g. `suricata6`). + Why? ==== |