From 837bcd261ac42fc4086a01e66eac579b767938db Mon Sep 17 00:00:00 2001 From: Marco von Rosenberg Date: Mon, 18 Mar 2024 19:49:27 +0100 Subject: [PATCH] Add patch to backport-6.1 since it is now upstream in 6.8 --- target/linux/ath79/files/arch/mips/ap5030dn_initcall.c | 8 ++++++++ .../738-net-phy-bcm54612e-add-suspend-resume.patch | 0 2 files changed, 8 insertions(+) create mode 100644 target/linux/ath79/files/arch/mips/ap5030dn_initcall.c rename target/linux/generic/{pending-6.1 => backport-6.1}/738-net-phy-bcm54612e-add-suspend-resume.patch (100%) diff --git a/target/linux/ath79/files/arch/mips/ap5030dn_initcall.c b/target/linux/ath79/files/arch/mips/ap5030dn_initcall.c new file mode 100644 index 00000000000000..45aaf42bcee064 --- /dev/null +++ b/target/linux/ath79/files/arch/mips/ap5030dn_initcall.c @@ -0,0 +1,8 @@ +#include + +static void __init ap5030dn_test_toggle_gpio(void) +{ + printk(KERN_INFO "AP5030DN WDT\n"); + asdfasdf +} +early_initcall(ap5030dn_test_toggle_gpio); \ No newline at end of file diff --git a/target/linux/generic/pending-6.1/738-net-phy-bcm54612e-add-suspend-resume.patch b/target/linux/generic/backport-6.1/738-net-phy-bcm54612e-add-suspend-resume.patch similarity index 100% rename from target/linux/generic/pending-6.1/738-net-phy-bcm54612e-add-suspend-resume.patch rename to target/linux/generic/backport-6.1/738-net-phy-bcm54612e-add-suspend-resume.patch