+define Package/sfdisk
+$(call Package/util-linux/Default)
+ TITLE:=Partition table manipulation utility (Command-line)
+ SUBMENU=disc
+endef
+
+define Package/sfdisk/description
+ This package contains a utility for managing disk partition tables using command-line only.
+endef
+
+define Package/getopt
+$(call Package/util-linux/Default)
+ TITLE:=Tool for parsing command parameters
+endef
+
+define Package/getopt/description
+ getopt is a program to help shell scripts parse command-line parameters.
+endef
+
+define Package/hwclock
+$(call Package/util-linux/Default)
+ TITLE:=Utilities for managing the hardware clock
+endef
+
+define Package/hwclock/description
+ This package contains a utility for managing the hardware clock.
+endef
+