projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
package/ar7-atm: move configuration in submenu
[openwrt.git]
/
package
/
grub
/
Makefile
diff --git
a/package/grub/Makefile
b/package/grub/Makefile
index
e828ec0
..
338dbca
100644
(file)
--- a/
package/grub/Makefile
+++ b/
package/grub/Makefile
@@
-1,5
+1,5
@@
#
#
-# Copyright (C) 2006-200
8
OpenWrt.org
+# Copyright (C) 2006-200
9
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-10,7
+10,7
@@
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=grub
PKG_VERSION:=0.97
PKG_NAME:=grub
PKG_VERSION:=0.97
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://alpha.gnu.org/gnu/grub
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://alpha.gnu.org/gnu/grub
@@
-31,20
+31,10
@@
define Package/grub
URL:=http://www.gnu.org/software/grub/
endef
URL:=http://www.gnu.org/software/grub/
endef
-ifeq ($(HOST_OS),Linux)
- NATIVEGRUB-i386:=1
- NATIVEGRUB-i686:=1
- NATIVEGRUB:=$(NATIVEGRUB-$(HOST_ARCH))
-endif
-
-ifeq ($(NATIVEGRUB),)
CONFIGURE_FLAGS:= \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME)
CONFIGURE_FLAGS:= \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME)
-else
-CONFIGURE_FLAGS:=
-endif
ifneq ($(HOST_OS),Darwin)
define Build/Configure
ifneq ($(HOST_OS),Darwin)
define Build/Configure
This page took
0.02592 seconds
and
4
git commands to generate.