This website works better with JavaScript.
首頁
探索
說明
註冊
登入
piratebox-mirror
/
openwrt-image-build
镜像来自
https://github.com/PirateBox-Dev/openwrt-image-build.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
1
Wiki
Activity
瀏覽代碼
Added pbzip2 support
Try to use pbzip2 if availlable and otherwise switch to the default program
pull/7/head
Martijn Zilverschoon
6 年之前
父節點
0d1a3eec46
當前提交
edfa54f36d
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
查看文件
@ -15,7 +15,7 @@ $(DL_FILE):
$(
WGET
)
-c -O
$(
DL_FILE
)
$(
IMAGEBUILDER_URL
)
$(IB_FOLDER)
:
$(
DL_FILE
)
$(
VERSION_FILE
)
tar -xvjf
$(
DL_FILE
)
pbzip2 -cd
$(
DL_FILE
)
|
tar -xv
||
tar -xvjf
$(
DL_FILE
)
echo
"src/gz piratebox http://stable.openwrt.piratebox.de/all/packages"
>>
$(
IB_FOLDER
)
/repositories.conf
$(VERSION_FILE)
:
Write
Preview
Loading…
取消
儲存