Skip to content

Commit

Permalink
updating to version 2.0 with kernel module
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubberazer committed Aug 6, 2024
1 parent 717ab0c commit e0a9e97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jetclocks/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ install:
echo "`awk '/LABEL primary/{f=1} /APPEND/{f=0;print} f' /boot/extlinux/extlinux.conf | sed '/#/d'`" > $(PWD)/extlinux.conf.temp;\
sed -i 's/LABEL\sprimary/LABEL jetclocks/g' $(PWD)/extlinux.conf.temp;\
sed -i 's/MENU\sLABEL\sjetclocks/MENU LABEL primary/g' $(PWD)/extlinux.conf.temp;\
sed -i '/FDT/d' $(PWD)/extlinux.conf.temp;\
sed -i '/LINUX/a\ FDT /boot/dtb/jetclocks.dtb' $(PWD)/extlinux.conf.temp;\
echo "`cat $(PWD)/extlinux.conf.temp`" >> /boot/extlinux/$(EXTFILE);\
sed -i 's/DEFAULT\sprimary/DEFAULT jetclocks/g' /boot/extlinux/$(EXTFILE);\
Expand Down

0 comments on commit e0a9e97

Please sign in to comment.