Hello Victor, > But in > https://dev.openwrt.org/browser/trunk/target/linux/ifxmips/danube > they say that not yet because linux-atm breaks
The atm stuff compiles again. Currently I've to apply the patch below to make the .33 kernel header working. > I can test or I can donate a unit so u can test on it ... I don't have this boards available ... The stuff from svn should work on older Danube eval boards (DSL & tapidemo). br Ralph diff --git a/toolchain/kernel-headers/Makefile b/toolchain/kernel-headers/Makefile --- a/toolchain/kernel-headers/Makefile +++ b/toolchain/kernel-headers/Makefile @@ -115,6 +115,9 @@ yes '' | $(KMAKE) oldconfig $(KMAKE) include/linux/version.h $(LINUX_ASM_INCLUDES) if [ -d $(HOST_BUILD_DIR)/arch/$(LINUX_KARCH)/include/asm ]; then \ + if [ ! -d $(HOST_BUILD_DIR)/include/asm-$(LINUX_KARCH)/ ]; then \ + mkdir $(HOST_BUILD_DIR)/include/asm-$(LINUX_KARCH) ; \ + fi; \ $(CP) \ $(HOST_BUILD_DIR)/arch/$(LINUX_KARCH)/include/asm/. \ $(HOST_BUILD_DIR)/include/asm-$(LINUX _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel