From 39cdd433bd1815d8452823598023de9f9ea0952e Mon Sep 17 00:00:00 2001 From: osm0sis Date: Mon, 10 Apr 2017 20:01:33 -0300 Subject: anykernel: isolate props - not EDIFY for a while now! (put properties in a function so they aren't executed with the shell script) --- anykernel.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anykernel.sh b/anykernel.sh index fa44f76..acff2df 100755 --- a/anykernel.sh +++ b/anykernel.sh @@ -2,7 +2,8 @@ # osm0sis @ xda-developers ## AnyKernel setup -# EDIFY properties +# begin properties +properties() { kernel.string=DirtyV by bsmitty83 @ xda-developers do.devicecheck=1 do.modules=0 @@ -13,6 +14,7 @@ device.name2=toro device.name3=toroplus device.name4= device.name5= +} # end properties # shell variables block=/dev/block/platform/omap/omap_hsmmc.0/by-name/boot; -- cgit v1.2.3