|
| 1 | +--- a/target/imagebuilder/Makefile |
| 2 | ++++ b/target/imagebuilder/Makefile |
| 3 | +@@ -103,7 +103,7 @@ endif |
| 4 | + mkdir -p $(PKG_BUILD_DIR)/target/linux/feeds; \ |
| 5 | + $(CP) -L $(TOPDIR)/target/linux/feeds/$(BOARD) $(PKG_BUILD_DIR)/target/linux/feeds; \ |
| 6 | + else \ |
| 7 | +- $(CP) -L $(TOPDIR)/target/linux/$(BOARD) $(PKG_BUILD_DIR)/target/linux; \ |
| 8 | ++ $(CP) $(TOPDIR)/target/linux/$(BOARD) $(PKG_BUILD_DIR)/target/linux; \ |
| 9 | + fi |
| 10 | + if [ -d $(TOPDIR)/staging_dir/host/lib/grub ]; then \ |
| 11 | + $(CP) $(TOPDIR)/staging_dir/host/lib/grub/ $(PKG_BUILD_DIR)/staging_dir/host/lib; \ |
| 12 | + |
| 13 | +--- a/package/kernel/linux/modules/netdevices.mk |
| 14 | ++++ b/package/kernel/linux/modules/netdevices.mk |
| 15 | +@@ -290,7 +290,8 @@ define KernelPackage/phy-broadcom |
| 16 | + TITLE:=Broadcom Ethernet PHY driver |
| 17 | + KCONFIG:=CONFIG_BROADCOM_PHY |
| 18 | + DEPENDS:=+kmod-libphy +kmod-phylib-broadcom |
| 19 | +- FILES:=$(LINUX_DIR)/drivers/net/phy/broadcom.ko |
| 20 | ++ FILES:= \ |
| 21 | ++ $(LINUX_DIR)/drivers/net/phy/broadcom.ko |
| 22 | + AUTOLOAD:=$(call AutoLoad,18,broadcom,1) |
| 23 | + endef |
| 24 | + |
| 25 | + |
| 26 | +--- a/package/kernel/linux/modules/netfilter.mk |
| 27 | ++++ b/package/kernel/linux/modules/netfilter.mk |
| 28 | +@@ -247,6 +247,7 @@ $(eval $(call KernelPackage,ipt-conntrack)) |
| 29 | + |
| 30 | + define KernelPackage/ipt-conntrack-extra |
| 31 | + TITLE:=Extra connection tracking modules |
| 32 | ++ DEPENDS:=+kmod-nf-conncount |
| 33 | + KCONFIG:=$(KCONFIG_IPT_CONNTRACK_EXTRA) |
| 34 | + FILES:=$(foreach mod,$(IPT_CONNTRACK_EXTRA-m),$(LINUX_DIR)/net/$(mod).ko) |
| 35 | + AUTOLOAD:=$(call AutoProbe,$(notdir $(IPT_CONNTRACK_EXTRA-m))) |
| 36 | +@@ -715,9 +716,24 @@ endef |
| 37 | + |
| 38 | + $(eval $(call KernelPackage,ipt-tproxy)) |
| 39 | + |
| 40 | ++define KernelPackage/nf-dup-inet |
| 41 | ++ SUBMENU:=$(NF_MENU) |
| 42 | ++ TITLE:=Netfilter nf_tables dup in ip/ip6/inet family support |
| 43 | ++ HIDDEN:=1 |
| 44 | ++ DEPENDS:=+kmod-nf-conntrack +IPV6:kmod-nf-conntrack6 |
| 45 | ++ KCONFIG:= \ |
| 46 | ++ CONFIG_NF_DUP_IPV4 \ |
| 47 | ++ CONFIG_NF_DUP_IPV6 |
| 48 | ++ FILES:= \ |
| 49 | ++ $(LINUX_DIR)/net/ipv4/netfilter/nf_dup_ipv4.ko \ |
| 50 | ++ $(LINUX_DIR)/net/ipv6/netfilter/nf_dup_ipv6.ko |
| 51 | ++endef |
| 52 | ++ |
| 53 | ++$(eval $(call KernelPackage,nf-dup-inet)) |
| 54 | ++ |
| 55 | + define KernelPackage/ipt-tee |
| 56 | + TITLE:=TEE support |
| 57 | +- DEPENDS:=+kmod-ipt-conntrack |
| 58 | ++ DEPENDS:=+kmod-ipt-conntrack +kmod-nf-dup-inet |
| 59 | + KCONFIG:=$(KCONFIG_IPT_TEE) |
| 60 | + FILES:=$(foreach mod,$(IPT_TEE-m),$(LINUX_DIR)/net/$(mod).ko) |
| 61 | + AUTOLOAD:=$(call AutoProbe,$(notdir nf_tee $(IPT_TEE-m))) |
0 commit comments