projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add a paragraph on how to package kernel modules
[openwrt.git]
/
package
/
broadcom-wl
/
src
/
kmod
/
patchtable.pl
diff --git
a/package/broadcom-wl/src/kmod/patchtable.pl
b/package/broadcom-wl/src/kmod/patchtable.pl
index
6144d8b
..
6999735
100644
(file)
--- a/
package/broadcom-wl/src/kmod/patchtable.pl
+++ b/
package/broadcom-wl/src/kmod/patchtable.pl
@@
-1,4
+1,11
@@
#!/usr/bin/perl
#!/usr/bin/perl
+#
+# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006 Felix Fietkau
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
use strict;
my $TABLE = pack("V", 0xbadc0ded);
use strict;
my $TABLE = pack("V", 0xbadc0ded);
This page took
0.022772 seconds
and
4
git commands to generate.