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:
Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34288
Showing
- target/linux/generic/files/drivers/net/phy/swconfig.c 3 additions, 3 deletionstarget/linux/generic/files/drivers/net/phy/swconfig.c
- target/linux/generic/patches-3.3/a02-swconfig-revert-portid-snd_portid-usage.patch 30 additions, 0 deletions...hes-3.3/a02-swconfig-revert-portid-snd_portid-usage.patch
- target/linux/generic/patches-3.6/a02-swconfig-revert-portid-snd_portid-usage.patch 30 additions, 0 deletions...hes-3.6/a02-swconfig-revert-portid-snd_portid-usage.patch
Loading
Please register or sign in to comment