From 4041706753b8cf1aee52da91407f8408d395be96 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Tue, 9 Mar 2010 09:17:13 +0100 Subject: [PATCH 1/1] moved from git sources to tarballs. also added virtual sound support --- Makefile | 17 +++---- config-2.6.19 => config-2.6.19-j72x_20100305 | 48 +++++++++++++++++++- 2 files changed, 53 insertions(+), 12 deletions(-) rename config-2.6.19 => config-2.6.19-j72x_20100305 (96%) diff --git a/Makefile b/Makefile index 6ed5152..4157e79 100644 --- a/Makefile +++ b/Makefile @@ -8,9 +8,7 @@ TOPDIR = $(shell pwd) WORK = $(PWD)/work CROSSTOOLS = $(TOPDIR)/../../toolchain/crosstools -GIT_REPOSITORY = git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git -KERNEL_VERSION = 2.6.19 -BRANCH_VERSION = $(KERNEL_VERSION)-hpc +KERNEL_VERSION = 2.6.19-j72x_20100305 .PHONY: all clean image modules map config @@ -21,13 +19,12 @@ clean: image-clean modules-clean map-clean distclean: clean image-distclean modules-distclean map-distclean rm -vrf $(WORK)/linux-$(KERNEL_VERSION) -$(WORK)/linux-$(KERNEL_VERSION): config-$(KERNEL_VERSION) - git clone $(GIT_REPOSITORY) $(WORK)/linux-$(KERNEL_VERSION) - cd $(WORK)/linux-$(KERNEL_VERSION) && \ - git checkout --track -b v$(BRANCH_VERSION) origin/v$(BRANCH_VERSION) && \ - git checkout v$(BRANCH_VERSION) && \ - make mrproper && \ - cp -v $(TOPDIR)/config-$(KERNEL_VERSION) .config && \ +$(WORK)/linux-$(KERNEL_VERSION).tar.bz2: + wget -P $(WORK) http://crux-arm.nu/files/distfiles/linux-$(KERNEL_VERSION).tar.bz2 + +$(WORK)/linux-$(KERNEL_VERSION): $(TOPDIR)/config-$(KERNEL_VERSION) $(WORK)/linux-$(KERNEL_VERSION).tar.bz2 + tar -C $(WORK) -xvjf $(WORK)/linux-$(KERNEL_VERSION).tar.bz2 + cp -v $(TOPDIR)/config-$(KERNEL_VERSION) $(WORK)/linux-$(KERNEL_VERSION)/.config touch $(WORK)/linux-$(KERNEL_VERSION) $(WORK)/zImage-$(KERNEL_VERSION): $(WORK)/linux-$(KERNEL_VERSION) diff --git a/config-2.6.19 b/config-2.6.19-j72x_20100305 similarity index 96% rename from config-2.6.19 rename to config-2.6.19-j72x_20100305 index e016e48..93ee493 100644 --- a/config-2.6.19 +++ b/config-2.6.19-j72x_20100305 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.19 -# Mon Mar 1 12:15:08 2010 +# Tue Mar 9 09:01:40 2010 # CONFIG_ARM=y # CONFIG_GENERIC_TIME is not set @@ -892,7 +892,51 @@ CONFIG_LCD_JORNADA720=y # # Sound # -# CONFIG_SOUND is not set +CONFIG_SOUND=m + +# +# Advanced Linux Sound Architecture +# +CONFIG_SND=m +CONFIG_SND_TIMER=m +CONFIG_SND_PCM=m +CONFIG_SND_RAWMIDI=m +CONFIG_SND_SEQUENCER=m +CONFIG_SND_SEQ_DUMMY=m +CONFIG_SND_OSSEMUL=y +CONFIG_SND_MIXER_OSS=m +CONFIG_SND_PCM_OSS=m +CONFIG_SND_PCM_OSS_PLUGINS=y +CONFIG_SND_SEQUENCER_OSS=y +# CONFIG_SND_DYNAMIC_MINORS is not set +CONFIG_SND_SUPPORT_OLD_API=y +CONFIG_SND_VERBOSE_PROCFS=y +# CONFIG_SND_VERBOSE_PRINTK is not set +# CONFIG_SND_DEBUG is not set + +# +# Generic devices +# +CONFIG_SND_DUMMY=m +CONFIG_SND_VIRMIDI=m +# CONFIG_SND_MTPAV is not set +# CONFIG_SND_SERIAL_U16550 is not set +# CONFIG_SND_MPU401 is not set + +# +# ALSA ARM devices +# + +# +# PCMCIA devices +# +# CONFIG_SND_VXPOCKET is not set +# CONFIG_SND_PDAUDIOCF is not set + +# +# Open Sound System +# +# CONFIG_SOUND_PRIME is not set # # USB support -- 2.26.2