mirror of https://github.com/OpenIPC/firmware.git
				
				
				
			Add ssw101b package for SigmaStar (#514)
Co-authored-by: Igor Zalatov (from Citadel PC) <flyrouter@gmail.com>pull/515/head
							parent
							
								
									2e1af8fd13
								
							
						
					
					
						commit
						df39bf5764
					
				|  | @ -32,6 +32,7 @@ source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/rtl8188fu-openipc/Config.in" | ||||||
| source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/rtl8192eu-openipc/Config.in" | source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/rtl8192eu-openipc/Config.in" | ||||||
| source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/sigmastar-osdrv-msc313e/Config.in" | source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/sigmastar-osdrv-msc313e/Config.in" | ||||||
| source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/sigmastar-osdrv-ssc335/Config.in" | source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/sigmastar-osdrv-ssc335/Config.in" | ||||||
|  | source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/ssw101b/Config.in" | ||||||
| source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/uacme-openipc/Config.in" | source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/uacme-openipc/Config.in" | ||||||
| source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/vtund-openipc/Config.in" | source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/vtund-openipc/Config.in" | ||||||
| source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/yaml-cli/Config.in" | source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/yaml-cli/Config.in" | ||||||
|  | @ -1658,21 +1658,7 @@ CONFIG_USB_EHCI_TT_NEWSCHED=y | ||||||
| # | # | ||||||
| # also be needed; see USB_STORAGE Help for more info | # also be needed; see USB_STORAGE Help for more info | ||||||
| # | # | ||||||
| CONFIG_USB_STORAGE=m | # CONFIG_USB_STORAGE is not set | ||||||
| # CONFIG_USB_STORAGE_DEBUG is not set |  | ||||||
| # CONFIG_USB_STORAGE_REALTEK is not set |  | ||||||
| # CONFIG_USB_STORAGE_DATAFAB is not set |  | ||||||
| # CONFIG_USB_STORAGE_FREECOM is not set |  | ||||||
| # CONFIG_USB_STORAGE_ISD200 is not set |  | ||||||
| # CONFIG_USB_STORAGE_USBAT is not set |  | ||||||
| # CONFIG_USB_STORAGE_SDDR09 is not set |  | ||||||
| # CONFIG_USB_STORAGE_SDDR55 is not set |  | ||||||
| # CONFIG_USB_STORAGE_JUMPSHOT is not set |  | ||||||
| # CONFIG_USB_STORAGE_ALAUDA is not set |  | ||||||
| # CONFIG_USB_STORAGE_KARMA is not set |  | ||||||
| # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set |  | ||||||
| # CONFIG_USB_STORAGE_ENE_UB6250 is not set |  | ||||||
| # CONFIG_USB_UAS is not set |  | ||||||
| 
 | 
 | ||||||
| # | # | ||||||
| # USB Imaging devices | # USB Imaging devices | ||||||
|  |  | ||||||
|  | @ -0,0 +1 @@ | ||||||
|  | ../../general/package/ssw101b | ||||||
|  | @ -0,0 +1,10 @@ | ||||||
|  | config BR2_PACKAGE_SSW101B | ||||||
|  | 	bool "ssw101b" | ||||||
|  | 	depends on BR2_LINUX_KERNEL | ||||||
|  | 	help | ||||||
|  | 	  Wireless driver ssw101b. | ||||||
|  | 
 | ||||||
|  | 	  SigmaStar ssw101b WiFi driver | ||||||
|  | 
 | ||||||
|  | comment "SSW101B needs a Linux kernel to be built" | ||||||
|  | 	depends on !BR2_LINUX_KERNEL | ||||||
|  | @ -0,0 +1,17 @@ | ||||||
|  | ################################################################################
 | ||||||
|  | #
 | ||||||
|  | # ssw101b
 | ||||||
|  | #
 | ||||||
|  | ################################################################################
 | ||||||
|  | 
 | ||||||
|  | SSW101B_VERSION = b7e425bcba9f17a87c48658c700823f02160e5ff | ||||||
|  | SSW101B_SITE = $(call github,openipc,ssw101b,$(SSW101B_VERSION)) | ||||||
|  | SSW101B_LICENSE = GPL-2.0 | ||||||
|  | 
 | ||||||
|  | SSW101B_MODULE_MAKE_OPTS = \
 | ||||||
|  | 	CONFIG_SSW101B=m \
 | ||||||
|  | 	KVER=$(LINUX_VERSION_PROBED) \
 | ||||||
|  | 	KSRC=$(LINUX_DIR) | ||||||
|  | 
 | ||||||
|  | $(eval $(kernel-module)) | ||||||
|  | $(eval $(generic-package)) | ||||||
		Loading…
	
		Reference in New Issue