mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2025-12-13 10:04:29 +05:00
test 7
This commit is contained in:
2
xmake.sh
2
xmake.sh
@@ -18,7 +18,7 @@ BUILD_ONLY_INITRAMFS=false
|
|||||||
BUILD_SKIP_INITRAMFS=false
|
BUILD_SKIP_INITRAMFS=false
|
||||||
CALL_MAKE=true
|
CALL_MAKE=true
|
||||||
|
|
||||||
while getopts "j:t:fiskT" opt; do
|
while getopts "j:t:fiskTm" opt; do
|
||||||
case $opt in
|
case $opt in
|
||||||
j) MAKE_JOBS=$OPTARG;;
|
j) MAKE_JOBS=$OPTARG;;
|
||||||
t) XTARGET=$OPTARG;;
|
t) XTARGET=$OPTARG;;
|
||||||
|
|||||||
Reference in New Issue
Block a user