summaryrefslogtreecommitdiff
path: root/package/adkinstall/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-02-05 17:18:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-02-05 17:18:11 +0100
commit0906d4acb286d0584a8f1c15bb1c3077502b0f6d (patch)
treef3320f6b92084cea98d55dcd8ea97fd9a7d9a03a /package/adkinstall/Makefile
parent0a2f1543c97632205564085c7931c85c287ba7b1 (diff)
add new section base/adk, rename adkinstall into fwinstall
Diffstat (limited to 'package/adkinstall/Makefile')
-rw-r--r--package/adkinstall/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/package/adkinstall/Makefile b/package/adkinstall/Makefile
deleted file mode 100644
index 639a74de3..000000000
--- a/package/adkinstall/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include ${ADK_TOPDIR}/rules.mk
-
-PKG_NAME:= adkinstall
-PKG_VERSION:= 2.0
-PKG_RELEASE:= 4
-PKG_DESCR:= disk/flash installer
-PKG_SECTION:= base/misc
-PKG_DEPENDS:= mke2fs parted sfdisk dosfstools mksh
-PKG_DEPENDS+= grub grub-tools
-PKG_KDEPENDS:= ext4-fs
-
-NO_DISTFILES:= 1
-
-include ${ADK_TOPDIR}/mk/package.mk
-
-$(eval $(call PKG_template,ADKINSTALL,adkinstall,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-CONFIG_STYLE:= manual
-BUILD_STYLE:= manual
-INSTALL_STYLE:= manual
-
-do-install:
- $(INSTALL_DIR) $(IDIR_ADKINSTALL)/sbin
- $(INSTALL_BIN) ./src/adkinstall $(IDIR_ADKINSTALL)/sbin
-
-include ${ADK_TOPDIR}/mk/pkg-bottom.mk