Skip to content

Commit

Permalink
package/rtl8723bs: drop package
Browse files Browse the repository at this point in the history
Drop package as it doesn't build with latest kernel and project is not
maintained anymore: code has been removed in 2017 as driver is available
in the linux-next tree (cf.
hadess/rtl8723bs@3bb1d33):

In file included from /home/autobuild/autobuild/instance-3/output-1/build/rtl8723bs-11ab92d8ccd71c80f0102828366b14ef6b676fb2/./include/drv_types.h:25,
                 from /home/autobuild/autobuild/instance-3/output-1/build/rtl8723bs-11ab92d8ccd71c80f0102828366b14ef6b676fb2/./core/rtw_cmd.c:17:
/home/autobuild/autobuild/instance-3/output-1/build/rtl8723bs-11ab92d8ccd71c80f0102828366b14ef6b676fb2/./include/autoconf.h:27:2: error: #error CONFIG_WIRELESS_EXT needs to be enabled for this driver to work
   27 | #error CONFIG_WIRELESS_EXT needs to be enabled for this driver to work
      |  ^~~~~
In file included from /home/autobuild/autobuild/instance-3/output-1/build/rtl8723bs-11ab92d8ccd71c80f0102828366b14ef6b676fb2/./include/osdep_service.h:23,
                 from /home/autobuild/autobuild/instance-3/output-1/build/rtl8723bs-11ab92d8ccd71c80f0102828366b14ef6b676fb2/./include/drv_types.h:27,
                 from /home/autobuild/autobuild/instance-3/output-1/build/rtl8723bs-11ab92d8ccd71c80f0102828366b14ef6b676fb2/./core/rtw_cmd.c:17:
/home/autobuild/autobuild/instance-3/output-1/build/rtl8723bs-11ab92d8ccd71c80f0102828366b14ef6b676fb2/./include/osdep_service_linux.h: In function ‘_init_timer’:
/home/autobuild/autobuild/instance-3/output-1/build/rtl8723bs-11ab92d8ccd71c80f0102828366b14ef6b676fb2/./include/osdep_service_linux.h:97:8: error: ‘_timer’ {aka ‘struct timer_list’} has no member named ‘data’
   97 |  ptimer->data = (unsigned long)cntx;
      |        ^~
/home/autobuild/autobuild/instance-3/output-1/build/rtl8723bs-11ab92d8ccd71c80f0102828366b14ef6b676fb2/./include/osdep_service_linux.h:98:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
   98 |  init_timer(ptimer);
      |  ^~~~~~~~~~
      |  _init_timer

Fixes:
 - http://autobuild.buildroot.org/results/7a473e83d4a3d1e2228f4ee1282e85697de4ae5d

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
  • Loading branch information
ffontaine authored and arnout committed Jun 20, 2022
1 parent 570aa42 commit 7763ba7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 80 deletions.
8 changes: 8 additions & 0 deletions Config.in.legacy
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,14 @@ config BR2_nds32

comment "Legacy options removed in 2022.05"

config BR2_PACKAGE_RTL8723BS
bool "rtl8723bs removed"
select BR2_LEGACY
help
Package was removed because it is not compatible with latest
kernels and is not maintained anymore: code has been removed
in 2017 as driver is available in the linux-next tree.

config BR2_PACKAGE_KTAP
bool "ktap removed"
select BR2_LEGACY
Expand Down
1 change: 0 additions & 1 deletion DEVELOPERS
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,6 @@ F: package/jimtcl/
F: package/mimic/
F: package/nodm/
F: package/openbox/
F: package/rtl8723bs/
F: package/supertuxkart/

N: Fabio Estevam <festevam@gmail.com>
Expand Down
1 change: 0 additions & 1 deletion package/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,6 @@ endmenu
source "package/rtl8188eu/Config.in"
source "package/rtl8189es/Config.in"
source "package/rtl8189fs/Config.in"
source "package/rtl8723bs/Config.in"
source "package/rtl8723bu/Config.in"
source "package/rtl8723ds/Config.in"
source "package/rtl8812au-aircrack-ng/Config.in"
Expand Down
41 changes: 0 additions & 41 deletions package/rtl8723bs/0001-rtl8723bs-add-debug-level-modparam.patch

This file was deleted.

10 changes: 0 additions & 10 deletions package/rtl8723bs/Config.in

This file was deleted.

27 changes: 0 additions & 27 deletions package/rtl8723bs/rtl8723bs.mk

This file was deleted.

0 comments on commit 7763ba7

Please sign in to comment.