-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
49 changed files
with
1,057 additions
and
1,555 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
CONFIG_TARGET_amlogic=y | ||
CONFIG_TARGET_amlogic_meson8b=y | ||
CONFIG_TARGET_amlogic_meson8b_DEVICE_thunder-onecloud=y | ||
|
||
CONFIG_TARGET_ROOTFS_SQUASHFS=n | ||
CONFIG_TARGET_ROOTFS_EXT4FS=y | ||
|
||
CONFIG_PACKAGE_perf=n | ||
|
||
CONFIG_PACKAGE_kmod-rt2x00-pci=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- a/package/kernel/mac80211/broadcom.mk | ||
+++ b/package/kernel/mac80211/broadcom.mk | ||
@@ -437,6 +437,7 @@ define KernelPackage/brcmfmac/config | ||
default y if TARGET_starfive | ||
default y if TARGET_rockchip | ||
default y if TARGET_sunxi | ||
+ default y if TARGET_amlogic | ||
default n | ||
help | ||
Enable support for cards attached to an SDIO bus. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
CONFIG_TARGET_amlogic=y | ||
CONFIG_TARGET_amlogic_mesongx=y | ||
CONFIG_TARGET_amlogic_mesongx_DEVICE_phicomm_n1=y | ||
|
||
CONFIG_TARGET_ROOTFS_SQUASHFS=n | ||
CONFIG_TARGET_ROOTFS_EXT4FS=y | ||
|
||
CONFIG_PACKAGE_perf=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/bin/bash | ||
|
||
shopt -s extglob | ||
|
||
SHELL_FOLDER=$(dirname $(readlink -f "$0")) | ||
|
||
bash $SHELL_FOLDER/../common/kernel_6.1.sh | ||
|
||
git_clone_path master https://github.com/coolsnowwolf/lede target/linux/amlogic package/boot/uboot-amlogic | ||
|
||
sed -i "s/wpad-openssl/wpad-basic-mbedtls/" target/linux/amlogic/image/mesongx.mk | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- a/package/kernel/mac80211/broadcom.mk | ||
+++ b/package/kernel/mac80211/broadcom.mk | ||
@@ -437,6 +437,7 @@ define KernelPackage/brcmfmac/config | ||
default y if TARGET_starfive | ||
default y if TARGET_rockchip | ||
default y if TARGET_sunxi | ||
+ default y if TARGET_amlogic | ||
default n | ||
help | ||
Enable support for cards attached to an SDIO bus. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.