Skip to content

Commit

Permalink
Add patch to backport-6.1 since it is now upstream in 6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingMarco committed Mar 18, 2024
1 parent 6bdfebf commit 837bcd2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions target/linux/ath79/files/arch/mips/ap5030dn_initcall.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include <linux/kernel.h>

static void __init ap5030dn_test_toggle_gpio(void)
{
printk(KERN_INFO "AP5030DN WDT\n");
asdfasdf
}
early_initcall(ap5030dn_test_toggle_gpio);

0 comments on commit 837bcd2

Please sign in to comment.