summaryrefslogtreecommitdiff
path: root/package/grub-bin
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-24 12:02:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-24 12:02:33 +0100
commitb3259201a158cb1a571c2a3b2976fbd7b95a4b80 (patch)
treed1bf8edcf012880df29e52bf326b96c18c624dab /package/grub-bin
parent0c0ed379d9f34a2d085d9ebf7accf63d48684439 (diff)
parent537a2c4eaa446e52c6ba07007eb9ae75998b5580 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/grub-bin')
-rw-r--r--package/grub-bin/Config.in15
-rw-r--r--package/grub-bin/Makefile4
2 files changed, 4 insertions, 15 deletions
diff --git a/package/grub-bin/Config.in b/package/grub-bin/Config.in
deleted file mode 100644
index 75ddaaf14..000000000
--- a/package/grub-bin/Config.in
+++ /dev/null
@@ -1,15 +0,0 @@
-config ADK_PACKAGE_GRUB_BIN
- prompt "grub-bin............................. GRUB 2 bootloader (binary)"
- tristate
- depends on \
- ADK_LINUX_X86_64_SHUTTLE || \
- ADK_LINUX_X86_WRAP || \
- ADK_LINUX_X86_ALIX1C || \
- ADK_LINUX_X86_ALIX2D
- select BUSYBOX_FEATURE_STAT_FORMAT
- default y if ADK_LINUX_X86_64_SHUTTLE
- default y if ADK_LINUX_X86_ALIX1C
- default y if ADK_LINUX_X86_ALIX2D
- default y if ADK_LINUX_X86_WRAP
- help
-
diff --git a/package/grub-bin/Makefile b/package/grub-bin/Makefile
index d440ce2cc..30a956818 100644
--- a/package/grub-bin/Makefile
+++ b/package/grub-bin/Makefile
@@ -13,10 +13,14 @@ PKG_DESCR:= GRUB bootloader
PKG_SECTION:= sys
PKG_SITES:= http://openadk.org/distfiles/
+PKG_TARGET_DEPENDS:= shuttle wrap alix1c alix2d
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,GRUB_BIN,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+PKGDFLT_GRUB_BIN= y
+
INSTALL_STYLE:= manual
do-install: