[no ci] Package: add wlan driver aic8800-openipc (#1035)

pull/1036/head
viktorxda 2023-10-10 15:32:15 +02:00 committed by GitHub
parent 2dc138740b
commit aecf5c1485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,4 @@
source "$BR2_EXTERNAL_GENERAL_PATH/package/aic8800-openipc/Config.in"
source "$BR2_EXTERNAL_GENERAL_PATH/package/allwinner-osdrv-v83x/Config.in"
source "$BR2_EXTERNAL_GENERAL_PATH/package/ambarella-osdrv-s3l/Config.in"
source "$BR2_EXTERNAL_GENERAL_PATH/package/atbm603x/Config.in"

View File

@ -0,0 +1,5 @@
config BR2_PACKAGE_AIC8800_OPENIPC
bool "aic8800-openipc"
depends on BR2_LINUX_KERNEL
help
AIC8800 wireless driver

View File

@ -0,0 +1,14 @@
################################################################################
#
# aic8800-openipc
#
################################################################################
AIC8800_OPENIPC_SITE_METHOD = git
AIC8800_OPENIPC_SITE = https://github.com/openipc/aic8800
AIC8800_OPENIPC_VERSION = $(shell git ls-remote $(AIC8800_OPENIPC_SITE) HEAD | head -1 | cut -f1)
AIC8800_OPENIPC_LICENSE = GPL-2.0
$(eval $(kernel-module))
$(eval $(generic-package))