mirror of
https://github.com/xopenwrt/X-OpenWrt-New.git
synced 2026-09-18 08:20:11 +00:00
profile: 修复文件路径
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Sysinfo() {
|
||||
local TARGET_PROFILE TARGET_BOOTABLE TEMP CoreMark
|
||||
TARGET_PROFILE=$(getinf TARGET_PROFILE /rom/etc/AutoBuild/Default_Variable)
|
||||
TARGET_BOARD=$(getinf TARGET_BOARD /rom/etc/AutoBuild/Default_Variable)
|
||||
TARGET_PROFILE=$(getinf TARGET_PROFILE /rom/etc/autoupdate/default)
|
||||
TARGET_BOARD=$(getinf TARGET_BOARD /rom/etc/autoupdate/default)
|
||||
[ -z "${TARGET_PROFILE}" ] && echo
|
||||
if [ "${TARGET_BOARD}" == x86 ]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user