Skip to content

Commit

Permalink
Updape WiFi package RTL8188EU for some cameras
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigFisher committed Dec 6, 2023
1 parent 71a11f3 commit a800d4f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,11 @@ BR2_PACKAGE_WPA_SUPPLICANT=y
BR2_PACKAGE_WPA_SUPPLICANT_CLI=y
BR2_PACKAGE_WPA_SUPPLICANT_NL80211=y
BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC=y
# BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC is not set
# BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC_MEDIATEK_MT7601U is not set
BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC_RTL_8188EU=y
# BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC_RTL_8188EU is not set
# BR2_PACKAGE_RTL8188EU is not set
BR2_PACKAGE_RTL8188EUS_OPENIPC=y
# BR2_PACKAGE_RTL8188FU_OPENIPC is not set

# WIREGUARD
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ usr/lib/sensors/libsns_sc2235.so
#
etc/mediatek
lib/modules/4.9.37/kernel/drivers/net/wireless
lib/modules/4.9.37/kernel/drivers/staging
lib/modules/4.9.37/kernel/fs/f2fs
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ BR2_PACKAGE_WPA_SUPPLICANT=y
BR2_PACKAGE_WPA_SUPPLICANT_CLI=y
BR2_PACKAGE_WPA_SUPPLICANT_NL80211=y
BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC=y
# BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC is not set
# BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC_MEDIATEK_MT7601U is not set
BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC_RTL_8188EU=y
# BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC_RTL_8188EU is not set
BR2_PACKAGE_RTL8188EUS_OPENIPC=y
# BR2_PACKAGE_RTL8188EU is not set
# BR2_PACKAGE_RTL8188FU_OPENIPC is not set

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ usr/lib/sensors/libsns_sc2235.so
#
etc/mediatek
lib/modules/4.9.37/kernel/drivers/net/wireless
lib/modules/4.9.37/kernel/drivers/staging
lib/modules/4.9.37/kernel/fs/f2fs

0 comments on commit a800d4f

Please sign in to comment.