Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 308 Bytes

File metadata and controls

9 lines (8 loc) · 308 Bytes

A simple buildroot makefile for python-ecdsa.

Installation

$ cd $YOUR_BUILDROOT_DIR
$ git clone https://github.com/nybex/buildroot-python-ecdsa.git package/python-ecdsa
$ echo 'source "package/python-ecdsa/Config.in"' >> Config.in
$ make menuconfig # Select python-ecdsa on the first screen