Skip to content

Commit

Permalink
lets try this
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 21, 2024
1 parent 2e20924 commit 017dcb7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 21 deletions.
20 changes: 0 additions & 20 deletions external/br2-external/openhd/openhd.mk.template

This file was deleted.

17 changes: 17 additions & 0 deletions external/br2-external/rtl8812eu-openhd/Config.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
config BR2_PACKAGE_RTL88x2EU_OPENHD
bool "RTL88x2EU-openhd"
depends on BR2_LINUX_KERNEL
help
A standalone driver for the RTL88x2EU / RTL8821AU Dual Band
USB Wi-Fi adapter.

Make sure your target kernel has the CONFIG_WIRELESS_EXT
config option enabled.

Note: this package needs a firmware loading mechanism to
load the binary blob for the chip to work.

https://github.com/aircrack-ng/RTL88x2EU/

comment "RTL88x2EU needs a Linux kernel to be built"
depends on !BR2_LINUX_KERNEL
2 changes: 1 addition & 1 deletion external/setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ rsync_dir $EXTERNAL/build .
rsync_dir $EXTERNAL/buildroot/ $BUILDROOT_DIR/
echo "patching openhd into config.in"
sed -i '/menu "Audio and video applications"/a\ source "package/openhd/Config.in"' "$BUILDROOT_DIR/package/Config.in"
sed -i '/^[[:space:]]*source "package\/openhd\/Config\.in"/a\ source "package/openhd_rtl88x2eu/Config.in"' "$BUILDROOT_DIR/package/Config.in"
sed -i '/menu "Audio and video applications"/a\ source "package/rtl8812eu-openhd/Config.in"' "$BUILDROOT_DIR/package/Config.in"
rsync_dir $EXTERNAL/isp_tuning .
rsync_dir $EXTERNAL/ramdisk/ ramdisk/
rsync_dir $EXTERNAL/u-boot/ $UBOOT_DIR/
Expand Down

0 comments on commit 017dcb7

Please sign in to comment.