1
0
mirror of https://github.com/morrownr/8821cu-20210916.git synced 2024-09-16 19:52:18 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
pocketbroadcast
9edb1b026c
Fixing Makefile to respect out of tree builds as documented at https://docs.kernel.org/kbuild/modules.html
This change fixes an empty module target when invoked by `make -C <path_to_kernel_src> M=$PWD` due to missing `export CONFIG_RTL8821CU = m`.

Since kbuild only respects `obj-y := ...` for in-tree and `obj-m := ...` for out of tree builds, it is safe to assume obj-m to be the default as this mimicks existing behavior, still retaining the option to build in-tree if needed.
2024-08-21 20:44:39 +02:00
morrownr
58c0f9e69d support for kernel 6.11 2024-08-03 11:54:09 -05:00
morrownr
4f6004af4c minor update 2024-03-29 13:38:13 -05:00
morrownr
5b39398e2d
Merge pull request #140 from 5kft/kernel-v6.8-changes
changes for kernel v6.8
2024-01-21 13:39:18 -06:00
5kft
43111f1972
changes for kernel v6.8 2024-01-21 08:10:45 -08:00
morrownr
07bc2163cc support for kernel 6.7 2023-11-25 14:10:47 -06:00
morrownr
de36dfeff8 update docs 2023-09-24 14:59:23 -05:00
morrownr
2a62812f49 show kernel 6.4 support and other minor updates 2023-06-24 13:00:13 -05:00
morrownr
bd2400d313 cleanup minor issues 2023-03-05 13:57:17 -06:00
morrownr
8c45ce6dae cleanup code and minor mods to docs 2023-02-23 14:29:27 -06:00
morrownr
589ec21474 minor updates 2023-02-19 14:03:53 -06:00
morrownr
4600c193ab improve Secure Boot support 2023-02-15 00:05:13 -06:00
morrownr
7b7df3e71a fix Makefile uninstall 2023-01-21 11:00:47 -06:00
morrownr
57098d7182 cosmetic updates 2023-01-09 14:27:34 -06:00
morrownr
83b7131c0a minor updates 2023-01-07 23:25:03 -06:00
morrownr
b0a0d3b8a5 Merge branch 'main' of https://github.com/morrownr/8821cu-20210916 2023-01-07 23:17:20 -06:00
morrownr
4f4073d8d2 minor updates 2023-01-07 23:16:17 -06:00
morrownr
c60b32c95e install script now posts system ram 2023-01-07 18:04:58 -06:00
morrownr
1b04b9c821 cleanup logging 2022-12-29 16:14:24 -06:00
morrownr
0476bb22ac minor updates 2022-12-28 22:22:19 -06:00
morrownr
cab743be96 minor updates 2022-12-25 20:22:14 -06:00
morrownr
b3042ce075 continued cleanup 2022-12-18 13:52:06 -06:00
morrownr
7ae65c7150 minor stuff 2022-12-15 10:48:43 -06:00
morrownr
679fa60748 various updates 2022-12-14 12:29:54 -06:00
morrownr
f48ecb0bc8 support ARMv61 2022-12-11 12:52:18 -06:00
morrownr
625c3cb960 more script updates 2022-12-04 21:58:09 -06:00
morrownr
4c04fd14de more script updates 2022-12-04 21:53:57 -06:00
morrownr
134272b6cd LED control support 2022-11-28 12:29:12 -06:00
morrownr
9a4732c8a0 Makefile plus minor updates 2022-11-18 20:46:45 -06:00
morrownr
cf37ca1066 mostly README updates 2022-11-18 10:36:46 -06:00
morrownr
966e3bfc74 CONFIG_PLATFORM_GENERIC 2022-11-18 09:22:27 -06:00
morrownr
1d6ef930b9 initial commit 2022-11-17 08:26:57 -06:00