Browse Source

2020.04.27 / Folus Wen

Actions:
1. EVSE/rootfs/lib/ remove all static library to reduce ram disk size.
2. EVSE/rootfs/lib/ libssl.so.1.0.0 & libcrypto.so.1.0.0 upgrade to version 1.2.0g

Files:
1. As follow commit history

Image version: D0.00.XX.XXXX.XX
Image checksum: XXXXXXXX

Hardware PWB P/N : XXXXXXX
Hardware Version : XXXXXXX
FolusWen 5 years ago
parent
commit
d87496d58b

+ 1 - 1
EVSE/Projects/AW-Regular/Apps/main.c

@@ -586,7 +586,7 @@ int DB_Get_Operactive(sqlite3 *db, uint8_t gun_index)
 		DEBUG_INFO( "Local config query database open successfully.\r\n");
 		sqlite3_get_table(db, sqlStr, &rs, &rows, &cols, &errMsg);
 
-		if(rows>1)
+		if(rows>0)
 		{
 			for(int idxRow=1;idxRow<=rows;idxRow++)
 			{

BIN
EVSE/Projects/AW-Regular/Images/FactoryDefaultConfig.bin


BIN
EVSE/Projects/AW-Regular/Images/ramdisk.gz


BIN
EVSE/rootfs/lib/libcrypto.a


BIN
EVSE/rootfs/lib/libcrypto.so.1.0.0


BIN
EVSE/rootfs/lib/libnl.a


BIN
EVSE/rootfs/lib/libpcre.a


BIN
EVSE/rootfs/lib/libpcrecpp.a


BIN
EVSE/rootfs/lib/libpcreposix.a


BIN
EVSE/rootfs/lib/libpopt.a


BIN
EVSE/rootfs/lib/libssl.a


BIN
EVSE/rootfs/lib/libssl.so.1.0.0


BIN
linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/lib/libcrypto.so.1.1_1.1.1g


BIN
linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/lib/libssl.so.1.1_1.1.1g