Bläddra i källkod

docs: specify a commit id for openwrt

Woshiluo Luo 6 månader sedan
förälder
incheckning
51ed2483d1
1 ändrade filer med 2 tillägg och 0 borttagningar
  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`。