Update infinity6b0 kernel profiles and initramfs script

pull/55/head
Igor Zalatov (from Citadel PC) 2021-09-06 18:19:38 +03:00
parent 693f5f813c
commit 872b493914
8 changed files with 2834 additions and 487 deletions

View File

@ -1773,7 +1773,7 @@ CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
CONFIG_RTC_DRV_HYM8563=y
# CONFIG_RTC_DRV_HYM8563 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set

View File

@ -1 +1 @@
ssc335.initramfs.config.test03
ssc335.initramfs.config.test01

View File

@ -1 +0,0 @@
infinity6b0_ssc009b_s01a_defconfig

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
infinity6b0_ssc009b_s01a_defconfig

View File

@ -1 +1 @@
infinity6b0_ssc009b_s01a_defconfig
ssc335de.generic.config

View File

@ -0,0 +1 @@
infinity6b0_ssc009b_s01a_defconfig

View File

@ -19,10 +19,21 @@ rm -rf ${TARGET_DIR}/etc/ssl
rm -f ${TARGET_DIR}/lib/libatomic*
rm -f ${TARGET_DIR}/lib/libgcc*
#
#rm -rf ${TARGET_DIR}/lib/modules
rm -rf ${TARGET_DIR}/lib/modules
rm -rf ${TARGET_DIR}/lib/mdev
#
rm -rf ${TARGET_DIR}/usr/sbin/firstboot
rm -rf ${TARGET_DIR}/usr/sbin/sysupgrade
rm -f ${TARGET_DIR}/sbin/ldconfig
#
rm -f ${TARGET_DIR}/usr/bin/getconf
rm -f ${TARGET_DIR}/usr/bin/ipcinfo
rm -f ${TARGET_DIR}/usr/bin/ldd
#
rm -f ${TARGET_DIR}/usr/lib/libjson-c.so.2
#
rm -f ${TARGET_DIR}/usr/sbin/firstboot
rm -f ${TARGET_DIR}/usr/sbin/pqtools
rm -f ${TARGET_DIR}/usr/sbin/sysupgrade
rm -f ${TARGET_DIR}/usr/sbin/telegram_bot
#
# mkdir -p ${TARGET_DIR}/dev ; mknod ${TARGET_DIR}/dev/null c 3 2; chmod 666 ${TARGET_DIR}/dev/null
#