Commit 3d4957b0 authored by Ivan Kuten's avatar Ivan Kuten
Browse files

update kernel-headers nios2 support, thanks atle

parent 9a70efaf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −1
Original line number Diff line number Diff line
@@ -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 −0

File added.

Preview size limit exceeded, changes collapsed.