mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
move package syslinux:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
87ce6baa91
commit
46a459f511
@ -1,21 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -I`ls -d $ROOT/$PKG_BUILD`/libinstaller"
|
|
||||||
CFLAGS="$CFLAGS -I`ls -d $ROOT/$PKG_BUILD`/libfat"
|
|
||||||
|
|
||||||
SUBDIRS="codepage core libinstaller mtools extlinux"
|
|
||||||
#[ $TARGET_ARCH = i386 ] && SUBDIRS="$SUBDIRS mbr"
|
|
||||||
|
|
||||||
make -C $PKG_BUILD \
|
|
||||||
CC=$CC \
|
|
||||||
AR=$AR \
|
|
||||||
RANLIB=$RANLIB \
|
|
||||||
CFLAGS="$CFLAGS -fomit-frame-pointer -D_FILE_OFFSET_BITS=64" \
|
|
||||||
LDFLAGS="$LDFLAGS" \
|
|
||||||
BSUBDIRS="$SUBDIRS"
|
|
||||||
|
|
||||||
#make -C $PKG_BUILD/com32 CC=$CC
|
|
@ -1,25 +0,0 @@
|
|||||||
DEFAULT vesamenu.c32
|
|
||||||
PROMPT 0
|
|
||||||
|
|
||||||
TIMEOUT 5
|
|
||||||
|
|
||||||
MENU TITLE Welcome to GeeXboX target-arch release-nr (C) 2002-2009
|
|
||||||
MENU VSHIFT 11
|
|
||||||
MENU ROWS 6
|
|
||||||
MENU TABMSGROW 15
|
|
||||||
MENU CMDLINEROW 14
|
|
||||||
MENU HELPMSGROW 16
|
|
||||||
MENU TABMSG Press [Tab] to edit options, [F1] for boot options.
|
|
||||||
MENU COLOR sel 7;37;40 #e0000000 #fa833b all
|
|
||||||
MENU COLOR border 30;44 #00000000 #00000000 none
|
|
||||||
|
|
||||||
LABEL openelec
|
|
||||||
MENU LABEL Start OpenELEC ...
|
|
||||||
MENU DEFAULT
|
|
||||||
KERNEL bzImage
|
|
||||||
APPEND root=/dev/ram0 boot=/dev/sda1 disk=/dev/sda1 rdinit=/init quiet
|
|
||||||
|
|
||||||
LABEL debug
|
|
||||||
MENU LABEL Start OpenELEC in Debug mode...
|
|
||||||
KERNEL bzImage
|
|
||||||
APPEND root=/dev/ram0 boot=/dev/sda1 disk=/dev/sda1 rdinit=/init quiet debugging
|
|
@ -1,8 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
|
||||||
|
|
||||||
mkdir -p $FLASH/boot/
|
|
||||||
cp $PKG_DIR/config/extlinux.cfg $FLASH/boot
|
|
@ -1 +0,0 @@
|
|||||||
http://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-3.82.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user