Compare commits
2 Commits
v23-250404
...
v23
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5915dc610a | ||
|
|
205076e724 |
@@ -47,3 +47,4 @@ CONFIG_PACKAGE_luci-i18n-ruantiblock-ru=y
|
||||
|
||||
CONFIG_PACKAGE_podkop=y
|
||||
CONFIG_PACKAGE_luci-app-podkop=y
|
||||
CONFIG_PACKAGE_luci-i18n-podkop-ru=y
|
||||
|
||||
9
xmake.sh
9
xmake.sh
@@ -127,6 +127,15 @@ function build_target {
|
||||
fi
|
||||
fi
|
||||
|
||||
PODKOP_MK=$XDIR/package/feeds/_podkop/podkop/Makefile
|
||||
if [ -f $PODKOP_MK ]; then
|
||||
sed -i 's/+sing-box / /g' $PODKOP_MK
|
||||
fi
|
||||
PODKOP_SH=$XDIR/package/feeds/_podkop/podkop/files/usr/bin/podkop
|
||||
if [ -f $PODKOP_SH ] && ! grep -q '(which sing-box)' $PODKOP_SH ; then
|
||||
sed -i '/,\\"dns_configured\\":/i [ -z "$(which sing-box)" ] && status="not installed"' $PODKOP_SH
|
||||
fi
|
||||
|
||||
make defconfig
|
||||
|
||||
NSS_DRV_PPPOE_ENABLE=$( get_cfg_opt_flag $CFG NSS_DRV_PPPOE_ENABLE )
|
||||
|
||||
Reference in New Issue
Block a user