Author: nbd Date: 2015-03-20 18:01:06 +0100 (Fri, 20 Mar 2015) New Revision: 44912
Modified: trunk/package/kernel/linux/modules/netfilter.mk Log: kernel: fix ipset related build error (#19231) Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/kernel/linux/modules/netfilter.mk =================================================================== --- trunk/package/kernel/linux/modules/netfilter.mk 2015-03-20 16:50:50 UTC (rev 44911) +++ trunk/package/kernel/linux/modules/netfilter.mk 2015-03-20 17:01:06 UTC (rev 44912) @@ -229,11 +229,11 @@ ipset/ip_set_bitmap_ipmac \ ipset/ip_set_bitmap_port \ ipset/ip_set_hash_ip \ - ipset/ip_set_hash_ipmark \ + ipset/[email protected] \ ipset/ip_set_hash_ipport \ ipset/ip_set_hash_ipportip \ ipset/ip_set_hash_ipportnet \ - ipset/ip_set_hash_mac \ + ipset/[email protected] \ ipset/ip_set_hash_netportnet \ ipset/ip_set_hash_net \ ipset/ip_set_hash_netnet \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
