Skip to content

Commit 5147440

Browse files
committed
removed openipc suffix from package name
1 parent 48fe1d4 commit 5147440

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

br-ext-chip-sigmastar/configs/ssc338q_ultimate_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,4 @@ BR2_PACKAGE_UACME_OPENIPC=y
7979
BR2_PACKAGE_VTUND_OPENIPC=y
8080
BR2_PACKAGE_YAML_CLI=y
8181
BR2_PACKAGE_ZEROTIER_ONE=y
82+
BR2_PACKAGE_FAKE_HWCLOCK=y

general/package/Config.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ source "$BR2_EXTERNAL_GENERAL_PATH/package/divinus/Config.in"
1313
source "$BR2_EXTERNAL_GENERAL_PATH/package/dropbear-openipc/Config.in"
1414
source "$BR2_EXTERNAL_GENERAL_PATH/package/exfat-openipc/Config.in"
1515
source "$BR2_EXTERNAL_GENERAL_PATH/package/f2fs-tools-openipc/Config.in"
16-
source "$BR2_EXTERNAL_GENERAL_PATH/package/fake-hwclock-openipc/Config.in"
16+
source "$BR2_EXTERNAL_GENERAL_PATH/package/fake-hwclock/Config.in"
1717
source "$BR2_EXTERNAL_GENERAL_PATH/package/fdk-aac-openipc/Config.in"
1818
source "$BR2_EXTERNAL_GENERAL_PATH/package/ffmpeg-openipc/Config.in"
1919
source "$BR2_EXTERNAL_GENERAL_PATH/package/fullhan-osdrv-fh8852v100/Config.in"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
config BR2_PACKAGE_FAKE_HWCLOCK_OPENIPC
2-
bool "fake-hwclock-openipc"
1+
config BR2_PACKAGE_FAKE_HWCLOCK
2+
bool "fake-hwclock"
33
help
44
Restores system time from a file on boot, saves the current time, or periodically updates a timestamp file to maintain time on systems without a hardware RTC.
55

Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
################################################################################
22
#
3-
# fake-hwclock-openipc
3+
# fake-hwclock
44
#
55
################################################################################
66

7-
define FAKE_HWCLOCK_OPENIPC_INSTALL_TARGET_CMDS
7+
define FAKE_HWCLOCK_INSTALL_TARGET_CMDS
88
$(INSTALL) -m 755 -d $(TARGET_DIR)/etc/init.d
9-
$(INSTALL) -m 755 -t $(TARGET_DIR)/etc/init.d $(FAKE_HWCLOCK_OPENIPC_PKGDIR)/files/S39fakehwclock
9+
$(INSTALL) -m 755 -t $(TARGET_DIR)/etc/init.d $(FAKE_HWCLOCK_PKGDIR)/files/S39fakehwclock
1010

1111
$(INSTALL) -m 755 -d $(TARGET_DIR)/usr/bin
12-
$(INSTALL) -m 755 -t $(TARGET_DIR)/usr/bin $(FAKE_HWCLOCK_OPENIPC_PKGDIR)/files/fake-hwclock
12+
$(INSTALL) -m 755 -t $(TARGET_DIR)/usr/bin $(FAKE_HWCLOCK_PKGDIR)/files/fake-hwclock
1313
endef
1414

1515
$(eval $(generic-package))

0 commit comments

Comments
 (0)