-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
oonf-olsrd2: update to current develop branch - fixes routing#899
Development of OONF is very slow. The master branch is completely out of date and new releases haven't been tagged since 2018. According to this PR OLSR/OONF#49 (comment) the authors will probably just abandon the current master branch and replace it by the develop branch. During my testing, the current development branch is more stable than the latest tagged version on current OpenWrt versions. Signed-off-by: Jakob Riepler <[email protected]>
- Loading branch information
1 parent
914c27a
commit 4abe221
Showing
2 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- a/src/olsrv2/CMakeLists.txt | ||
+++ b/src/olsrv2/CMakeLists.txt | ||
@@ -6,4 +6,5 @@ add_subdirectory(olsrv2_old_lan) | ||
add_subdirectory(olsrv2_l2import) | ||
add_subdirectory(olsrv2_lan) | ||
add_subdirectory(route_modifier) | ||
+add_subdirectory(lan_import) | ||
|