Skip to content

Commit

Permalink
Update openwrt version add ip6tables kmod package
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Mar 11, 2022
1 parent e1267f8 commit 0dd3358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build_image/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ OPENWRT_PATH=${OPENWRT_PATH:-/tmp/openwrt}

OPENWRT_GIT_URL=https://github.com/openwrt/openwrt.git
OPENWRT_GIT_BRANCH_NAME=master
OPENWRT_GIT_COMMIT_HASH=a5eeac8033786a7a04b7569175e41e415b6579c0
OPENWRT_GIT_COMMIT_HASH=34fd5e325af5cbcb64696c9b4b1660f22299790f
OPENWRT_GIT_PATH=${OPENWRT_PATH}/upstream

# OPENWRT_NAMIDAIRO_GIT_URL=https://github.com/namidairo/openwrt.git
Expand Down
1 change: 1 addition & 0 deletions build_image/files/config.build
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ CONFIG_KERNEL_BUILD_USER="mikeeq"
# CONFIG_KERNEL_KALLSYMS is not set
CONFIG_PACKAGE_cgi-io=y
CONFIG_PACKAGE_curl=y
CONFIG_PACKAGE_kmod-ip6tables=y
CONFIG_PACKAGE_kmod-macvlan=y
CONFIG_PACKAGE_kmod-nf-conntrack-netlink=y
CONFIG_PACKAGE_kmod-wireguard=y
Expand Down

0 comments on commit 0dd3358

Please sign in to comment.