On Tuesday, March 27, 2012 00:43:11 HeXiLeD wrote:
I have been trying to apply the patch which tries to fix the openwrt scripts in regards having batman-adv to bring up all it's attached interfaces but something seems not to be working.
Seems to be same problem we already discussed in the IRC channel.
$ patch -p2 < batman-adv_load-module-when-needed.patch 99-batman-adv
That is not the way to apply a patch. Omit the last argument.
$ patch -p1< batman-adv_load-module-when-needed.patch can't find file to patch at input line 3
Wrong path.
$ patch -p1< batman-adv_load-module-when-needed.patch can't find file to patch at input line 3
Wrong path.
You have to find the correct package path and don't supply too many arguments to make it work.
Regards, Marek