From a9532e438699a4d8a3bf3a8da84fd52a7f095b0a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 27 May 2015 15:20:22 +0000 Subject: [PATCH 1/1] scripts/feeds: fix typo in copied code do_install_target copied code from do_install_package, but didn't replace all text. Signed-off-by: Karl Palsson git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45784 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- scripts/feeds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/feeds b/scripts/feeds index a6be9cca22..b6d2f45e72 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.11.0