Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: mininit #4

Merged
merged 1 commit into from
Mar 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions board/opendingux/package/mininit/mininit.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sha256 ad65d444cdb91af7287786cd1603f166f320b40fbbe26d54af3623a94b251cb9 mininit-429a1d019a.tar.gz
18 changes: 18 additions & 0 deletions board/opendingux/package/mininit/mininit.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#############################################################
#
# mininit
#
#############################################################

MININIT_VERSION = 429a1d019a
MININIT_SITE = $(call github,OpenDingux,mininit,$(MININIT_VERSION))

define MININIT_BUILD_CMDS
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)
endef

define MININIT_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 $(@D)/mininit-syspart $(BINARIES_DIR)/mininit-syspart
endef

$(eval $(generic-package))