update kernel-headers nios2 support, thanks atle

This commit is contained in:
Ivan Kuten 2007-11-09 09:52:26 +00:00
parent 9a70efaf1b
commit 3d4957b0dd
3 changed files with 26570 additions and 2 deletions

View File

@ -74,7 +74,7 @@ choice
bool "Latest Linux 2.6.22.x kernel headers"
config BR2_KERNEL_HEADERS_2_6_23
depends !BR2_avr32 && !BR2_nios2
depends !BR2_avr32
bool "Latest Linux 2.6.23.x kernel headers"
config BR2_KERNEL_HEADERS_SNAP

View File

@ -18,7 +18,8 @@ KERNEL_ARCH:=$(shell $(SHELL) -c "echo \"$(ARCH)\" | sed -e \"s/-.*//\" \
-e s/s390x/s390/ -e s/parisc64/parisc/ \
-e s/powerpc64/powerpc/ \
-e s/ppc.*/powerpc/ -e s/mips.*/mips/ \
-e s/sh2.*/sh/ -e s/sh3.*/sh/ -e s/sh4.*/sh/")
-e s/sh2.*/sh/ -e s/sh3.*/sh/ -e s/sh4.*/sh/ \
-e s/nios2.*/nios2nommu/")
# assume old manually sanitized kernel-headers
LINUX_HEADERS_IS_KERNEL=n

File diff suppressed because it is too large Load Diff