mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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 <karlp@remake.is> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45784 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b810acd44b
commit
a9532e4386
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user