This repository was archived by the owner on Feb 18, 2023. It is now read-only.
Commit 1b92bf2 1 parent ff63d53 commit 1b92bf2 Copy full SHA for 1b92bf2
File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,15 @@ jobs:
42
42
sudo -E apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint device-tree-compiler
43
43
sudo -E apt-get -y autoremove --purge
44
44
sudo -E apt-get clean
45
- # <**隐藏功能**> 终极空间释放大法:
46
- # sudo mkdir -p -m 777 /mnt/openwrt/dl /mnt/openwrt/feeds /mnt/openwrt/bin
45
+
46
+ # sudo mkdir -p -m 777 /mnt/openwrt/bin /mnt/openwrt/build_dir/host /mnt/openwrt/build_dir/hostpkg /mnt/openwrt/dl /mnt/openwrt/feeds /mnt/openwrt/staging_dir
47
+ # ln -s /mnt/openwrt/bin ./bin
48
+ # mkdir -p ./build_dir/host && ln -s /mnt/openwrt/build_dir/host ./build_dir/host
49
+ # mkdir -p ./build_dir/host && ln -s /mnt/openwrt/build_dir/hostpkg ./build_dir/hostpkg
47
50
# ln -s /mnt/openwrt/dl ./dl
48
51
# ln -s /mnt/openwrt/feeds ./feeds
49
- # ln -s /mnt/openwrt/bin ./bin
52
+ # ln -s /mnt/openwrt/staging_dir ./staging_dir
53
+
50
54
df -h
51
55
52
56
- name : Update feeds
You can’t perform that action at this time.
0 commit comments