Lucian CRISTIAN
Lucian CRISTIAN
I tried a pcie nic, also realtek, the same issue I also tried a 10G rj45 sfp+ module (hot plug) and I get a loop off: https://pastebin.com/ygi8y4gm
@PolynomialDivision, @hauke do we still need to keep this working PR open for such a long time ?
can you try this #319 ?
`git pull origin pull/319/head` in git root of routing master tree and after that make a symlink of frr into package/feeds/routing/ `make menuconfig` and you should find it in the...
you need to setup a SDK [hint](https://lede-project.org/docs/guide-developer/the-source-code) clone the git, resolve dependencies based on your distro then `./scripts/feeds update -a` `./scripts/feeds install -a` clone the PR, make the symlink `make...
https://lede-project.org/docs/guide-developer/start
cd feeds/routing git pull origin pull/319/head ln -s ../../../feeds/routing/frr/ ../../package/feeds/routing/ cd ../.. make menuconfig
you're not stupid :) ! on subtarget find your router model and version, confirm on the router box that you have the V4 and select the V4 from subtarget after...
don't forget to select `LuCI` otherwise you'll not have web interface in the image
`make package/frr/compile V=s -j4` but then you must have the git version of your installed image `git checkout ` of your installed release