aboutsummaryrefslogtreecommitdiffstats
path: root/package/grub
Commit message (Collapse)AuthorAgeFilesLines
* grub: replace an unnecessary piece of inline assembly that breaks the build ↵Felix Fietkau2012-07-201-0/+14
| | | | | | on recent mac os x git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32784 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] grub: fix build with automake v1.11.3 (#11228)Jo-Philipp Wich2012-04-041-0/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31201 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/grub: fix stage2 link with recent binutilsFelix Fietkau2012-02-121-0/+77
| | | | | | | | | | | | | | We want the `_start's symbols to be at the very beginning of the `stage2' binary's `.text' section. However, nothing enforces this requirement. With recent binutils (ie. post 2.19.1), this results in a corrupt binary, as ld(1) puts another symbol (eg. `journal_init') at the beginning of the section. Fix this by providing a stripped down version of the default linker script where we enforces the position of `_start' in the `.text' section. Patch by Arnaud Lacombe (#10444) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30484 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] grub: improve package requirement error, patch by Jim Cromie ↵Jo-Philipp Wich2011-06-041-1/+1
| | | | | | <jim.cromie@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27109 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/grub]: add ext4 supportImre Kaloz2010-11-221-0/+267
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24079 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/grub: revert accidental/unessesery grub commitAlexandros C. Couloumbis2010-10-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23170 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/mtd-utils: update to mtd-utils-20101001, fix FreeBSD (and hopefully ↵Alexandros C. Couloumbis2010-10-011-2/+2
| | | | | | Darwin) build issues. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23169 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/grub: fix build issues under 64bit FreeBSDAlexandros C. Couloumbis2010-09-301-4/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23162 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/grub: fix compile issue under FreeBSD 8.1Alexandros C. Couloumbis2010-09-291-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23156 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/grub: add a prereq check for 32 bits host development files when ↵Nicolas Thill2010-08-161-0/+11
| | | | | | building on x86_64 (closes: #7753) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22667 3c298f89-4303-0410-b956-a3cf2f4a3e73
* grub: compile fixes for Mac OS X (based on patches by Jukka Ylitalo)Felix Fietkau2010-05-284-0/+118
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21608 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/grub: only disable graphics on host grubNicolas Thill2010-05-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21353 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/grub: build a host grub and a target grub (#7269)Nicolas Thill2010-05-021-50/+41
| | | | | | | | | - use the host grub binary for grub install, but with target stage files - disable SSP (-fno-stack-protector) & Compile Time Buffer Checks (-U_FORTIFY_SOURCE) if appropriate - create a target grub package git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21305 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/grub: fix x86_64 issue (closes #7248)Alexandros C. Couloumbis2010-04-301-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21264 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/grub: fix cross compile optionsAlexandros C. Couloumbis2010-04-271-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21184 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/grub: play it safe, cross compile everywhereAlexandros C. Couloumbis2010-04-071-10/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20739 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh grub patchesImre Kaloz2010-02-181-219/+195
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19704 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] grub: fix potential build issues on redhat/fedora host systems ↵Nicolas Thill2009-05-042-2/+24
| | | | | | (should close: #3793) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15608 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make grub compilable under fedora core 8 and other newer distrosFelix Fietkau2008-08-021-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12076 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: don't attempt to compile grub on darwinFelix Fietkau2008-06-281-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11599 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] grub: Natively build grub only on x86 linux hosts, cross compile ↵Andy Boyett2008-06-201-4/+10
| | | | | | | | | everywhere else. - Closes #3560 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11542 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more package submenusJohn Crispin2007-10-181-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move grub menu.lst to the right placeFelix Fietkau2007-10-091-15/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9216 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move grub to package/Felix Fietkau2007-10-093-0/+4587
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9212 3c298f89-4303-0410-b956-a3cf2f4a3e73