From bdb38febf52dafa77664f84b3d214e57b92230d7 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 27 Sep 2022 18:36:30 +0200 Subject: 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 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 79762c2..0e87156 100644 --- a/README.md +++ b/README.md @@ -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? ==== -- cgit v1.2.3