[OpenWrt-Devel] Right 02_network script for DSA switched boards (v4.19)

2018-10-13 Thread Linus Walleij
Hi, I'm having trouble figuring out how to get a proper DSA switch up with a 02_network script. NB: this is on a newer kernel v4.19+patches just using DSA for the switches, no switchdev! These platforms (gemini) have eth0 and eth1, sometimes LAN is on eth1 and WAN on eth0 to complicate things. I

[OpenWrt-Devel] the "right" rbtree lib for openwrt?

2018-10-13 Thread Dave Taht
I'm in search of the "right" rbtree library to use to solve this bug in babel https://github.com/dtaht/babeld/issues/31 I'm leaning towards libdict at the moment, but there are dozens. any opinions? I wouldn't mind storing the red bit in the pointer, across 36 different platforms -- Dave