Skip to content

Commit

Permalink
Update openwrt version add upnp package
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Mar 14, 2022
1 parent 0dd3358 commit c63ea2a
Show file tree
Hide file tree
Showing 2 changed files with 5 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=34fd5e325af5cbcb64696c9b4b1660f22299790f
OPENWRT_GIT_COMMIT_HASH=41be1a2de2f84f532a7eb1c11ece99811ca47ba5
OPENWRT_GIT_PATH=${OPENWRT_PATH}/upstream

# OPENWRT_NAMIDAIRO_GIT_URL=https://github.com/namidairo/openwrt.git
Expand Down
4 changes: 4 additions & 0 deletions build_image/files/config.build
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ CONFIG_KERNEL_BUILD_USER="mikeeq"
# CONFIG_KERNEL_KALLSYMS is not set
CONFIG_PACKAGE_cgi-io=y
CONFIG_PACKAGE_curl=y
CONFIG_PACKAGE_kmod-crypto-authenc=y
CONFIG_PACKAGE_kmod-ip6tables=y
CONFIG_PACKAGE_kmod-ipt-ipsec=y
CONFIG_PACKAGE_kmod-ipt-ipset=y
CONFIG_PACKAGE_kmod-macvlan=y
CONFIG_PACKAGE_kmod-nf-conntrack-netlink=y
CONFIG_PACKAGE_kmod-wireguard=y
Expand All @@ -43,6 +46,7 @@ CONFIG_PACKAGE_luci=y
CONFIG_PACKAGE_luci-app-firewall=y
CONFIG_PACKAGE_luci-app-opkg=y
CONFIG_PACKAGE_luci-app-sqm=y
CONFIG_PACKAGE_luci-app-upnp=y
CONFIG_PACKAGE_luci-base=y
CONFIG_PACKAGE_luci-lib-base=y
CONFIG_PACKAGE_luci-lib-ip=y
Expand Down

0 comments on commit c63ea2a

Please sign in to comment.