initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_IWLIB
|
||||
bool "python-iwlib"
|
||||
depends on BR2_PACKAGE_WIRELESS_TOOLS_LIB
|
||||
help
|
||||
python-iwlib is a package for interfacing with iwlib,
|
||||
providing an implementation to the wireless tools in Linux.
|
||||
|
||||
https://github.com/nhoad/python-iwlib
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 7f1ad4354284a452388e178b5d9b191fa5a68a9183423a90a1d261ba2ebd1cac python-iwlib-1.5.tar.gz
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-iwlib
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_IWLIB_VERSION = 1.5
|
||||
PYTHON_IWLIB_SITE = $(call github,nhoad,python-iwlib,$(PYTHON_IWLIB_VERSION))
|
||||
PYTHON_IWLIB_LICENSE = GPL-2.0
|
||||
PYTHON_IWLIB_LICENSE_FILES = COPYING
|
||||
PYTHON_IWLIB_SETUP_TYPE = setuptools
|
||||
PYTHON_IWLIB_DEPENDENCIES = wireless_tools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user