mirror of https://github.com/OpenIPC/firmware.git
Update infinity6b0 kernel profiles and initramfs script
parent
693f5f813c
commit
872b493914
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
ssc335.initramfs.config.test03
|
||||
ssc335.initramfs.config.test01
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +0,0 @@
|
|||
infinity6b0_ssc009b_s01a_defconfig
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
infinity6b0_ssc009b_s01a_defconfig
|
|
@ -1 +1 @@
|
|||
infinity6b0_ssc009b_s01a_defconfig
|
||||
ssc335de.generic.config
|
|
@ -0,0 +1 @@
|
|||
infinity6b0_ssc009b_s01a_defconfig
|
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue