From: Karl Palsson <ka...@remake.is>

do_install_target copied code from do_install_package, but didn't
replace all text.

Signed-off-by: Karl Palsson <ka...@remake.is>
---
 scripts/feeds | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/feeds b/scripts/feeds
index a6be9cc..b6d2f45 100755
--- a/scripts/feeds
+++ b/scripts/feeds
@@ -390,7 +390,7 @@ sub do_install_target($) {
 
                system("ln -sf ../../$path ./target/linux/");
        } else {
-               warn "Package is not valid\n";
+               warn "Target is not valid\n";
                return 1;
        }
 
-- 
2.1.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to