diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-10 22:15:51 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-10 22:15:51 +0200 |
commit | c3a2ce09e9d5df86762670cafe358b2470e037b7 (patch) | |
tree | 72817edde2cbdd88b9f28a551c06daafed958f4c /2/makefile | |
parent | 466e2aad64e39c266d242ef3f17a61b885ed7f59 (diff) |
add rice script
Diffstat (limited to '2/makefile')
-rw-r--r-- | 2/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ -DEB_URL = https://repos.rcn-ee.com/debian/pool/main/l/linux-upstream/linux-headers-5.10.168-ti-r71_1bullseye_armhf.deb +DEB_URL = https://repos.rcn-ee.com/debian/pool/main/l/linux-upstream/linux-headers-6.1.69-ti-rt-r22_1sid_armhf.deb kernel-headers.deb: curl -sLo- $(DEB_URL) > $@ + |