소스 검색

docs: specify a commit id for openwrt

Woshiluo Luo 9 달 전
부모
커밋
51ed2483d1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      docs/booting-openwrt-in-qemu-using-uboot-and-rustsbi.md

+ 2 - 0
docs/booting-openwrt-in-qemu-using-uboot-and-rustsbi.md

@@ -34,6 +34,8 @@ $ git clone https://github.com/u-boot/u-boot.git && cd u-boot && git checkout v2
 
 ``` shell
 $ git clone https://git.openwrt.org/openwrt/openwrt.git 
+$ cd ./openwrt
+$ git checkout 603a3c6
 ```
 
 应用本项目目录下的 `docs/openwrt-patch.patch`。