From f13e6e0e5e747ea15cddd3bfc88ccfaa2771148b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6glund?= <jonas.hoglund@embeddednation.com> Date: Tue, 13 Dec 2016 14:15:13 +0100 Subject: [PATCH] Enable hw_nat on boot --- iopsys-ramips/Config.in | 3 +-- iopsys-ramips/modules.mk | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/iopsys-ramips/Config.in b/iopsys-ramips/Config.in index d6770d531..f7d7973b0 100644 --- a/iopsys-ramips/Config.in +++ b/iopsys-ramips/Config.in @@ -1,5 +1,4 @@ - # target config config KERNEL_GIT_CLONE_URI string @@ -11,7 +10,7 @@ config KERNEL_GIT_BRANCH config KERNEL_GIT_COMMIT string - default "05cd6f2dfe8890a9ce73ebfdf61f9622eba739cf" if TARGET_iopsys_ramips_ex400 + default "128b093d60cc18b0f536c2974153f3eb9e791d58" if TARGET_iopsys_ramips_ex400 config TARGET_IBOARDID string diff --git a/iopsys-ramips/modules.mk b/iopsys-ramips/modules.mk index f1cf9da6f..926af0a34 100644 --- a/iopsys-ramips/modules.mk +++ b/iopsys-ramips/modules.mk @@ -108,7 +108,8 @@ define KernelPackage/hwnat-mtk DEPENDS:=@TARGET_iopsys_ramips @TARGET_iopsys_ramips_ex400 FILES:= \ $(LINUX_DIR)/net/nat/hw_nat/hw_nat.ko -endef + AUTOLOAD:=$(call AutoLoad,55,hw_nat,1) +endef $(eval $(call KernelPackage,hwnat-mtk)) -- GitLab