bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184304 additions and 91106 deletions
+8
View File
@@ -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
+3
View File
@@ -0,0 +1,3 @@
# Locally calculated
sha256 7f1ad4354284a452388e178b5d9b191fa5a68a9183423a90a1d261ba2ebd1cac python-iwlib-1.5.tar.gz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
+14
View File
@@ -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))