!4 【轻量级 PR】:Fix some simple errors

From: @lx1229207124 
Reviewed-by: @chainsx, @jianminw 
Signed-off-by: @jianminw
This commit is contained in:
openeuler-ci-bot 2024-11-22 02:16:41 +00:00 committed by Gitee
commit d7e48d9559
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 5 additions and 5 deletions

View File

@ -114,7 +114,7 @@
## 创建编译内核模块目录
`mkdir ${WORKDIR}/ouput`
`mkdir ${WORKDIR}/output`
## 编译内核模块

View File

@ -52,7 +52,7 @@ pa1b1=-671
pa1b2=-212
tssifloor5gm=77
#PA paramasdeters for high band
#PA parameters for high band
#pa1hib0=5320 default
pa1hib0=5620
#pa1hib1=-963

View File

@ -1,5 +1,5 @@
#AP6181_NVRAM_V1.2_05242017
#adjuest PA parameter for g/n mode
#adjust PA parameter for g/n mode
manfid=0x2d0
prodid=0x492
vendid=0x14e4

View File

@ -213,9 +213,9 @@ mk_boot() {
LOG "start gen initrd..."
dracut --no-kernel ${boot_dir}/initrd.img
LOG "gen initrd donw."
LOG "gen initrd done."
kernel_name=$(ls $boot_dir | grep vmlinu)
kernel_name=$(ls $boot_dir | grep vmlinuz)
dtb_name=$(ls $boot_dir | grep dtb)
LOG "gen extlinux config for $dtb_name"
if [ "${platform}" == "rockchip" ];then