mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
DockStar kernel no longer includes builtin boot args, bumped to 2.6.35.6, native qemu pkgbuilds from ArchMobile merged
This commit is contained in:
parent
795a07c32e
commit
0e3d002a9e
2 changed files with 6 additions and 7 deletions
|
@ -3,8 +3,8 @@
|
|||
# This PKGBUILD makes a kernel for the DockStar with aholler's LED patches.
|
||||
|
||||
pkgname=kernel26-dockstar
|
||||
pkgver=2.6.35.4
|
||||
pkgrel=2
|
||||
pkgver=2.6.35.6
|
||||
pkgrel=1
|
||||
pkgdesc="The Linux Kernel and modules with DockStar LEDs"
|
||||
arch=('arm')
|
||||
license=('GPL2')
|
||||
|
@ -19,8 +19,8 @@ source=(http://www.kernel.org/pub/linux/kernel/v2.6/linux-$pkgver.tar.bz2
|
|||
0001-MTD-partitons-used-by-the-Seagate-FreeAgent-DockStar.patch
|
||||
0002-LED-definitions-for-the-Seagate-FreeAgent-DockStar.patch
|
||||
0003-Change-board-name-for-the-SheevaPlug-to-reflect-the-.patch)
|
||||
md5sums=('0bb2cd59c13d7412f813c8fbc0769eec'
|
||||
'863ce55c526047540a602c1433e1d7cc'
|
||||
md5sums=('26ff1af2a0a398d3b6ef60bb8ce311d4'
|
||||
'c088afd52aab4878ddc04a005c5db033'
|
||||
'0ed85186b0b5446c4afbbc45639a7466'
|
||||
'e81eae381cc2c282d169c879cc4da54b'
|
||||
'75287077b9a0105156977acb85d57546')
|
||||
|
@ -39,7 +39,7 @@ build() {
|
|||
# Prepare for make
|
||||
mv dockstar-$pkgver.config .config
|
||||
echo "Press ENTER 4972 times..."
|
||||
# make oldconfig
|
||||
make oldconfig
|
||||
|
||||
# Make!
|
||||
make modules uImage || return 1
|
||||
|
|
|
@ -342,8 +342,7 @@ CONFIG_UACCESS_WITH_MEMCPY=y
|
|||
#
|
||||
CONFIG_ZBOOT_ROM_TEXT=0x0
|
||||
CONFIG_ZBOOT_ROM_BSS=0x0
|
||||
CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/sda1 rootdelay=10"
|
||||
CONFIG_CMDLINE_FORCE=y
|
||||
CONFIG_CMDLINE=""
|
||||
# CONFIG_XIP_KERNEL is not set
|
||||
# CONFIG_KEXEC is not set
|
||||
|
||||
|
|
Loading…
Reference in a new issue