You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
surenyi
3d057cf75a
|
3 years ago | |
---|---|---|
.. | ||
files | 3 years ago | |
LICENSE | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago |
README.md
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.