diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-16 21:27:46 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-06-12 13:38:43 +0200 |
commit | d36fbf1eda3baf5e1a875d8335e4ecef8aa10e65 (patch) | |
tree | a53984258ffdd65f547670590165d5247e948ed0 /boot/grub2/grub-1.95-001-fix-grub-install.patch | |
parent | 7aaf4e899531fa98d24eda698e76be4625e64c80 (diff) | |
download | buildroot-novena-d36fbf1eda3baf5e1a875d8335e4ecef8aa10e65.tar.gz buildroot-novena-d36fbf1eda3baf5e1a875d8335e4ecef8aa10e65.zip |
grub2: fix build
grub2 now builds fine, but some work remains to make it usable. What
should be installed exactly in the TARGET_DIR ? What is the
installation procedure and what should Buildroot do ?
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot/grub2/grub-1.95-001-fix-grub-install.patch')
-rw-r--r-- | boot/grub2/grub-1.95-001-fix-grub-install.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/boot/grub2/grub-1.95-001-fix-grub-install.patch b/boot/grub2/grub-1.95-001-fix-grub-install.patch deleted file mode 100644 index 3287b61c8..000000000 --- a/boot/grub2/grub-1.95-001-fix-grub-install.patch +++ /dev/null @@ -1,23 +0,0 @@ -? config.status.lineno -? fix-grub-install.diff -? genkernsyms.sh -? gensymlist.sh -? grub-mkimage.d -? grub_script.tab.c -? grub_script.tab.h -? kernel_elf_symlist.c -Index: util/powerpc/ieee1275/grub-install.in -=================================================================== -RCS file: /cvsroot/grub/grub2/util/powerpc/ieee1275/grub-install.in,v -retrieving revision 1.5 -diff -u -r1.5 grub-install.in ---- grub-1.95/util/powerpc/ieee1275/grub-install.in 28 May 2006 23:01:43 -0000 1.5 -+++ grub-1.95/util/powerpc/ieee1275/grub-install.in 4 Mar 2007 19:05:47 -0000 -@@ -23,6 +23,7 @@ - # Initialize some variables. - prefix=@prefix@ - exec_prefix=@exec_prefix@ -+bindir=@bindir@ - sbindir=@sbindir@ - libdir=@libdir@ - PACKAGE_NAME=@PACKAGE_NAME@ |