Skip to content

Commit

Permalink
new wifi driver
Browse files Browse the repository at this point in the history
  • Loading branch information
devbis committed Dec 4, 2023
1 parent 2b9ee0a commit a83001f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 110 deletions.
8 changes: 4 additions & 4 deletions package/kernel/rtl8723bs-ol/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ PKG_RELEASE=1
PKG_LICENSE:=GPLv2
PKG_LICENSE_FILES:=

PKG_SOURCE_URL:=https://github.com/openlumi/rtl8723bs.git
PKG_MIRROR_HASH:=841b928880340e983db657beb123e104e06cc75ff75c19afe83c52e7d176a5ac
PKG_SOURCE_URL:=https://github.com/openlumi/rtl8822bs-aml
PKG_MIRROR_HASH:=skip
PKG_SOURCE_PROTO:=git
PKG_SOURCE_DATE:=2023-06-13
PKG_SOURCE_VERSION:=04a0bd2edd1ca95b30f8ff47f59624e1277fadf1
PKG_SOURCE_DATE:=2023-11-24
PKG_SOURCE_VERSION:=927ce72af82243edb72adda29220c765b93fa1ec

PKG_MAINTAINER:=Ivan Belokobylskiy <[email protected]>
PKG_BUILD_PARALLEL:=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ of the byteorder headers.
--- a/include/drv_types.h
+++ b/include/drv_types.h
@@ -25,7 +25,7 @@
#include "drv_conf.h"
#include "basic_types.h"
#include "osdep_service.h"
-#include "rtw_byteorder.h"
#include <drv_conf.h>
#include <basic_types.h>
#include <osdep_service.h>
-#include <rtw_byteorder.h>
+#include <asm/byteorder.h>
#include "wlan_bssdef.h"
#include "wifi.h"
#include "ieee80211.h"
#include <wlan_bssdef.h>
#include <wifi.h>
#include <ieee80211.h>
99 changes: 0 additions & 99 deletions package/kernel/rtl8723bs-ol/patches/002-kernel-6.1.patch

This file was deleted.

0 comments on commit a83001f

Please sign in to comment.