Skip to content

Commit

Permalink
8723: workaround for deleting interface
Browse files Browse the repository at this point in the history
  • Loading branch information
devbis committed Dec 8, 2024
1 parent 90a500b commit aaafbd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package/kernel/rtl8723bs-ol/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ PKG_LICENSE:=GPLv2
PKG_LICENSE_FILES:=

PKG_SOURCE_URL:=https://github.com/openlumi/rtl8723bs.git
PKG_MIRROR_HASH:=ea8c042faf5488f1b1cd0df774a44f62cad5e677d573f464596bf2a9d1fc2567
PKG_MIRROR_HASH:=skip
PKG_SOURCE_PROTO:=git
PKG_SOURCE_DATE:=2023-06-13
PKG_SOURCE_VERSION:=04a0bd2edd1ca95b30f8ff47f59624e1277fadf1
PKG_SOURCE_VERSION:=118510b10a958a0f41469c8cc4916e7179eb887b

PKG_MAINTAINER:=Ivan Belokobylskiy <[email protected]>
PKG_BUILD_PARALLEL:=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
case "$(board_name)" in
aqara,zhwg11lm |\
xiaomi,dgnwg05lm )
sed -i 's/iw dev "$wdev" del/# iw dev "$wdev" del/' /lib/netifd/wireless/mac80211.sh
sed -i 's/nl80211.request(nl80211.const.NL80211_CMD_DEL_INTERFACE/\/\/ nl80211.request(nl80211.const.NL80211_CMD_DEL_INTERFACE/' /usr/share/hostap/common.uc
#sed -i 's/iw dev "$wdev" del/# iw dev "$wdev" del/' /lib/netifd/wireless/mac80211.sh
#sed -i 's/nl80211.request(nl80211.const.NL80211_CMD_DEL_INTERFACE/\/\/ nl80211.request(nl80211.const.NL80211_CMD_DEL_INTERFACE/' /usr/share/hostap/common.uc
;;
esac

Expand Down

0 comments on commit aaafbd0

Please sign in to comment.