update kernel-headers nios2 support, thanks atle
This commit is contained in:
parent
9a70efaf1b
commit
3d4957b0dd
@ -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
|
||||
|
@ -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
|
||||
|
26567
toolchain/kernel-headers/linux-2.6.23-nios2nommu.patch
Normal file
26567
toolchain/kernel-headers/linux-2.6.23-nios2nommu.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user