Skip to content

Commit

Permalink
i915 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QiuSimons committed Oct 23, 2024
1 parent 8702469 commit a86681e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions SCRIPTS/02_prepare_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ wget -qO - https://github.com/openwrt/openwrt/commit/c21a3570.patch | patch -p1
cp -rf ../lede/target/linux/x86/patches-6.6/996-intel-igc-i225-i226-disable-eee.patch ./target/linux/x86/patches-6.6/996-intel-igc-i225-i226-disable-eee.patch
# btf
cp -rf ../PATCH/kernel/btf/* ./target/linux/generic/hack-6.6/
# i915
wget -qO - https://github.com/openwrt/openwrt/pull/16276.patch | patch -p1

### 获取额外的基础软件包 ###
# 更换为 ImmortalWrt Uboot 以及 Target
Expand Down
3 changes: 2 additions & 1 deletion SEED/X86/config.seed
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ CONFIG_PACKAGE_kmod-igc=y
CONFIG_PACKAGE_kmod-r8125=y
CONFIG_PACKAGE_kmod-igb-intel=y
CONFIG_PACKAGE_kmod-mlx4-core=y
CONFIG_PACKAGE_intel-igpu-firmware-dmc=y
CONFIG_PACKAGE_kmod-drm-i915=y
CONFIG_PACKAGE_i915-firmware-dmc=y

### DDNS ###
CONFIG_PACKAGE_luci-app-ddns=y
Expand Down

0 comments on commit a86681e

Please sign in to comment.