From: lars Date: Mon, 22 Feb 2010 00:41:15 +0000 (+0000) Subject: [packages] quagga: Fix compile X-Git-Url: http://git.openwrt.org/?p=feed%2Frouting.git;a=commitdiff_plain;h=11d01f7f9e2ecbbe424a59d51524757891406cc6 [packages] quagga: Fix compile git-svn-id: svn+ssh://svn.openwrt.org/openwrt@19810 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/patches/150-no-cross-fs-link.patch b/patches/150-no-cross-fs-link.patch index 53ba929..1988f2e 100644 --- a/patches/150-no-cross-fs-link.patch +++ b/patches/150-no-cross-fs-link.patch @@ -24,7 +24,7 @@ + { + vty_out (vty, "Can't backup old configuration file %s.%s", config_file_sav, + VTY_NEWLINE); -+ goto finished; ++ return CMD_WARNING; + } + sync (); +#endif