update
This commit is contained in:
parent
a0d47ad3d4
commit
f8852400a2
|
@ -167,13 +167,7 @@ CONFIG_TARGET_ROOTFS_TARGZ=y
|
|||
#
|
||||
# Root filesystem images
|
||||
#
|
||||
CONFIG_TARGET_ROOTFS_EXT4FS=y
|
||||
CONFIG_TARGET_EXT4_RESERVED_PCT=0
|
||||
CONFIG_TARGET_EXT4_BLOCKSIZE_4K=y
|
||||
# CONFIG_TARGET_EXT4_BLOCKSIZE_2K is not set
|
||||
# CONFIG_TARGET_EXT4_BLOCKSIZE_1K is not set
|
||||
CONFIG_TARGET_EXT4_BLOCKSIZE=4096
|
||||
# CONFIG_TARGET_EXT4_JOURNAL is not set
|
||||
# CONFIG_TARGET_ROOTFS_EXT4FS is not set
|
||||
CONFIG_TARGET_ROOTFS_SQUASHFS=y
|
||||
CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=256
|
||||
CONFIG_TARGET_UBIFS_FREE_SPACE_FIXUP=y
|
||||
|
@ -6182,7 +6176,6 @@ CONFIG_PACKAGE_ip-full=y
|
|||
# Web Servers/Proxies
|
||||
#
|
||||
# CONFIG_PACKAGE_apache is not set
|
||||
# CONFIG_PACKAGE_brook is not set
|
||||
CONFIG_PACKAGE_cgi-io=y
|
||||
# CONFIG_PACKAGE_clamav is not set
|
||||
# CONFIG_PACKAGE_cloudflared is not set
|
||||
|
@ -6357,7 +6350,6 @@ CONFIG_PACKAGE_6in4=y
|
|||
CONFIG_PACKAGE_adguardhome=y
|
||||
# CONFIG_PACKAGE_ahcpd is not set
|
||||
# CONFIG_PACKAGE_alfred is not set
|
||||
CONFIG_PACKAGE_alist=y
|
||||
# CONFIG_PACKAGE_apcupsd is not set
|
||||
# CONFIG_PACKAGE_apcupsd-cgi is not set
|
||||
# CONFIG_PACKAGE_apinger is not set
|
||||
|
@ -6414,7 +6406,6 @@ CONFIG_PACKAGE_ethtool=y
|
|||
# CONFIG_PACKAGE_gnunet is not set
|
||||
# CONFIG_PACKAGE_go-nats is not set
|
||||
# CONFIG_PACKAGE_go-wol is not set
|
||||
CONFIG_PACKAGE_gost=y
|
||||
# CONFIG_PACKAGE_gre is not set
|
||||
# CONFIG_PACKAGE_hnet-full is not set
|
||||
# CONFIG_PACKAGE_hnet-full-l2tp is not set
|
||||
|
@ -6523,8 +6514,8 @@ CONFIG_PACKAGE_odhcpd_ipv6only_ext_cer_id=0
|
|||
# CONFIG_PACKAGE_ooniprobe is not set
|
||||
# CONFIG_PACKAGE_oor is not set
|
||||
# CONFIG_PACKAGE_open-iscsi is not set
|
||||
# CONFIG_PACKAGE_oping is not set
|
||||
# CONFIG_PACKAGE_oscam is not set
|
||||
# CONFIG_PACKAGE_oping is not set
|
||||
# CONFIG_PACKAGE_ostiary is not set
|
||||
# CONFIG_PACKAGE_pagekitec is not set
|
||||
# CONFIG_PACKAGE_pcapplusplus is not set
|
||||
|
@ -6575,7 +6566,6 @@ CONFIG_PACKAGE_ppp-mod-pppoe=y
|
|||
# CONFIG_PACKAGE_simple-adblock is not set
|
||||
CONFIG_PACKAGE_simple-obfs-client=y
|
||||
# CONFIG_PACKAGE_simple-obfs-server is not set
|
||||
# CONFIG_PACKAGE_smartdns is not set
|
||||
# CONFIG_PACKAGE_smbinfo is not set
|
||||
# CONFIG_PACKAGE_snmp-mibs is not set
|
||||
# CONFIG_PACKAGE_snmp-utils is not set
|
||||
|
|
|
@ -53,6 +53,7 @@ sed -i '/DISTRIB_DESCRIPTION/d' /etc/openwrt_release
|
|||
echo "DISTRIB_DESCRIPTION='Openwrt '" >> /etc/openwrt_release
|
||||
|
||||
sed -i 's/LuCI Master/kenzo/g' /usr/lib/lua/luci/version.lua
|
||||
sed -i 's/LuCI openwrt-21.02 branch/kenzo/g' /usr/lib/lua/luci/version.lua
|
||||
sed -i 's/LuCI openwrt-18.06 branch/kenzo/g' /usr/lib/lua/luci/version.lua
|
||||
sed -i 's/LuCI openwrt-18.06-k5.4 branch/kenzo/g' /usr/lib/lua/luci/version.lua
|
||||
sed -i 's/LuCI 17.01 Lienol/kenzo/g' /usr/lib/lua/luci/version.lua
|
||||
|
|
|
@ -53,6 +53,7 @@ sed -i '/DISTRIB_DESCRIPTION/d' /etc/openwrt_release
|
|||
echo "DISTRIB_DESCRIPTION='Openwrt '" >> /etc/openwrt_release
|
||||
|
||||
sed -i 's/LuCI Master/kenzo/g' /usr/lib/lua/luci/version.lua
|
||||
sed -i 's/LuCI openwrt-21.02 branch/kenzo/g' /usr/lib/lua/luci/version.lua
|
||||
sed -i 's/LuCI openwrt-18.06 branch/kenzo/g' /usr/lib/lua/luci/version.lua
|
||||
sed -i 's/LuCI openwrt-18.06-k5.4 branch/kenzo/g' /usr/lib/lua/luci/version.lua
|
||||
sed -i 's/LuCI 17.01 Lienol/kenzo/g' /usr/lib/lua/luci/version.lua
|
||||
|
|
Loading…
Reference in New Issue