Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 554 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 554 Bytes

Introduction

Makefile to create package p7zip for LEDE/OpenWrt. Only 7z is available, if you need 7za or 7zr, you might freedly modify the MAKE_FLAGS and the install section in file Makefile, don't foget to createfiles/7za or files/7zr using files/7z as template.

Usage

cd lede-sdk/
git clone https://github.com/hubutui/p7zip-lede.git package/p7zip
make menuconfig

Check Ultilities->p7zip

make -j 1 V=s

And you'll get the ipk file under bin directory.