poromony / p7zip-lede

Makefile to create p7zip package for LEDE/OpenWrt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Makefile to create p7zip package for LEDE/OpenWrt

License:GNU General Public License v2.0


Languages

Language:Makefile 96.8%Language:Shell 3.2%