aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/omcproxy/patches
Commit message (Collapse)AuthorAgeFilesLines
* omcproxy: switch to OpenWrt github repoHans Dedecker2018-12-161-35/+0
| | | | | | | Switch to OpenWrt github repo in PKG_SOURCE_URL so we can remove the out of tree patch Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* omcproxy: fix compilation on little-endian CPUsEneas U de Queiroz2018-12-161-0/+35
Don't use cpu_to_be32 outside of a function. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>