Browse Source

etrax-tools: fix compile issue

Waldemar Brodkorb 4 weeks ago
parent
commit
5b5123bbef

+ 1 - 1
package/etrax-tools/src/e100boot/Makefile

@@ -11,7 +11,7 @@ INSTALL_PATH     = /usr/local
 INSTALL_PATH_BIN = $(INSTALL_PATH)/bin
 INSTALL_PATH_DOC = $(INSTALL_PATH)/man/man1
 
-DIRS = libpcap-0.4 sbl doc
+DIRS = libpcap-0.4 sbl
 
 -include $(AXIS_TOP_DIR)/tools/build/Rules.axis
 ifdef prefix

+ 1 - 0
package/etrax-tools/src/e100boot/libpcap-0.4/pcap-linux.c

@@ -37,6 +37,7 @@ static const char rcsid[] =
 #include <linux/if_ether.h>
 
 #include <netinet/in.h>
+#include <linux/sockios.h>
 
 #include <errno.h>
 #include <malloc.h>

+ 1 - 0
target/cris/systems/foxboard-lx832

@@ -2,6 +2,7 @@ config ADK_TARGET_SYSTEM_FOXBOARD_LX832
 	bool "Foxboard LX832"
 	select ADK_TARGET_CPU_CRIS_CRISV10
 	select ADK_TARGET_WITH_MTD
+	select ADK_TARGET_WITH_NETDEVICE
 	select ADK_TARGET_KERNEL_ZIMAGE
 	select ADK_TARGET_KERNEL_WITH_COMPRESSION
 	help