Skip to content

Commit d27ef39

Browse files
Merge pull request #726 from zhovner/patch-1
Patches removed for rkdeveloptool
2 parents 4a3d3b0 + 2ad3a57 commit d27ef39

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkdeveloptool.mdx

-6
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ sudo apt-get update
3131
sudo apt-get install -y libudev-dev libusb-1.0-0-dev dh-autoreconf pkg-config libusb-1.0 build-essential git wget
3232
git clone https://github.com/rockchip-linux/rkdeveloptool
3333
cd rkdeveloptool
34-
wget https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/73.patch
35-
wget https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/85.patch
36-
git am *.patch
3734
autoreconf -i
3835
./configure
3936
make -j $(nproc)
@@ -49,9 +46,6 @@ Please install [Homebrew](https://brew.sh/) first, then run the following comman
4946
brew install automake autoconf libusb pkg-config git wget
5047
git clone https://github.com/rockchip-linux/rkdeveloptool
5148
cd rkdeveloptool
52-
wget https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/73.patch
53-
wget https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/85.patch
54-
git am *.patch
5549
autoreconf -i
5650
./configure
5751
make -j $(nproc)

0 commit comments

Comments
 (0)