coolsnowwolf/luci

`base-files` 下的 `banner` ,`device_info`...文件中的占位符号是什么地方被替换的?

garryshield opened this issue · 1 comments

比方说
package/base-files/files/etc/openwrt_release

DISTRIB_ID='%D'
DISTRIB_RELEASE='%V'
DISTRIB_REVISION='%R'
DISTRIB_TARGET='%S'
DISTRIB_ARCH='%A'
DISTRIB_DESCRIPTION='%D %V %C'
DISTRIB_TAINTS='%t'

中的 '%D'

有全文搜索过没有找到。