Skip to content
Snippets Groups Projects
Commit f13e6e0e authored by Jonas Höglund's avatar Jonas Höglund
Browse files

Enable hw_nat on boot

parent 6d9349f1
No related branches found
No related tags found
No related merge requests found
# 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
......
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment