Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/CodeChenL/overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed Dec 29, 2023
2 parents 7afd585 + 8a51f8b commit 84d5ab2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.vscode*
*.dtbo*
SOURCE
radxa-overlays.ko
*.ko
3 changes: 0 additions & 3 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ override_dh_builddeb:

override_dh_install:
DEB_VERSION=$(DEB_VERSION) dh_install

override_dh_auto_build:
echo "disable dh_auto_build"
2 changes: 1 addition & 1 deletion radxa-overlays.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ module_init(mod_init);
module_exit(mod_exit);

MODULE_LICENSE("GPL");
MODULE_AUTHOR("2022 Radxa Computer Co., Ltd");
MODULE_AUTHOR("Radxa Computer Co., Ltd");

0 comments on commit 84d5ab2

Please sign in to comment.