Modify build and archive Argon40 scripts.

Move all of the argon40 scripts to archive... these scripts should not
be used as is, they are simply copies of the originals so I can track
changes to see if there is anything important that needs to be
transfered to the battery driver.
This commit is contained in:
Jeff Curless
2026-02-02 13:02:10 -05:00
parent c79f02f489
commit 2b178485ae
652 changed files with 19 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
#!/usr/bin/bash
./firsttime
#HEADERS=6.12.47+rpt-rpi-v8
HEADERS=$(uname -r)
make -C /lib/modules/$HEADERS/build M=$PWD clean

View File

@@ -13,4 +13,4 @@ sudo cp oneUpPower.c $DKMS_SRC/oneUpPower.c
sudo dkms add -m oneUpPower -v 1.0
sudo dkms build -m oneUpPower -v 1.0
#sudo dkms install -m oneUpPower -v 1.0
sudo dkms install -m oneUpPower -v 1.0