Skip to content
Snippets Groups Projects
Commit 10d30f2d authored by Gabor Juhos's avatar Gabor Juhos
Browse files

swconfig: make it compatible with 3.7


swconfig does not compile with 3.7 because

struct netlink_notify->pid    has been renamed to
struct netlink_notify->portid

and

struct genl_info->snd_pid     has been renamed to
struct genl_info->snd_portid

Use the new names and add compatibility patches
to 3.3 and 3.6.

Signed-off-by: default avatarGabor Juhos <juhosg@openwrt.org>

SVN-Revision: 34288
parent 0ae8453c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment