Skip to content

Commit d8c739e

Browse files
committed
diy
1 parent e55d4b4 commit d8c739e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/J1900_immortal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
[ -e $FEEDS_CONF ] && mv $FEEDS_CONF openwrt/feeds.conf.default
7979
#chmod +x $DIY_P1_SH
8080
cd openwrt
81-
$GITHUB_WORKSPACE/$DIY_P1_SH
81+
#$GITHUB_WORKSPACE/$DIY_P1_SH
8282
#echo 'src-git kenzok8_small_package https://github.com/kenzok8/small-package' >>feeds.conf.default
8383
git clone https://github.com/BROBIRD/openwrt-r8168 ./package/r8168
8484

config/j1900imt.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3306,8 +3306,8 @@ CONFIG_PACKAGE_kmod-nf-ipvs=y
33063306
# CONFIG_PACKAGE_kmod-nf-ipvs-sip is not set
33073307
CONFIG_PACKAGE_kmod-nf-nat=y
33083308
CONFIG_PACKAGE_kmod-nf-nat6=y
3309-
# CONFIG_PACKAGE_kmod-nf-nathelper is not set
3310-
# CONFIG_PACKAGE_kmod-nf-nathelper-extra is not set
3309+
CONFIG_PACKAGE_kmod-nf-nathelper=y
3310+
CONFIG_PACKAGE_kmod-nf-nathelper-extra=y
33113311
CONFIG_PACKAGE_kmod-nf-reject=y
33123312
CONFIG_PACKAGE_kmod-nf-reject6=y
33133313
CONFIG_PACKAGE_kmod-nfnetlink=y

0 commit comments

Comments
 (0)