WIP
This commit is contained in:
@@ -19,7 +19,8 @@ echo "BR_STAGING: ${BR_STAGING}"
|
||||
echo "BR_PROJECT: " ${BR_PROJECT}
|
||||
|
||||
# Generate uboot scripts
|
||||
if [ -d ${AW_PROJECT}/uboot/ ]; then
|
||||
|
||||
if [ -d ${BR_PROJECT}/uboot/ ]; then
|
||||
for cmd_file in `ls ${BR_PROJECT}/uboot/*.cmd`
|
||||
do
|
||||
echo "uboot script: $cmd_file"
|
||||
|
||||
Reference in New Issue
Block a user