From b0b1f64b645ab613bf60ebf1cf89bbe177067e8e Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Tue, 5 Aug 2008 00:31:39 +0000
Subject: [PATCH] etrax should not select foxboard-utils by default as the
 package is now in the packages feed

SVN-Revision: 12112
---
 target/linux/etrax/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/etrax/Makefile b/target/linux/etrax/Makefile
index abe56533aa..85911fbf35 100644
--- a/target/linux/etrax/Makefile
+++ b/target/linux/etrax/Makefile
@@ -15,7 +15,7 @@ LINUX_VERSION:=2.6.25.12
 include $(INCLUDE_DIR)/target.mk
 
 KERNELNAME:="zImage"
-DEFAULT_PACKAGES += foxboard-utils
+#DEFAULT_PACKAGES += foxboard-utils
 
 define Target/Description
 	Build firmware images for the FOXBOARD made by acmesystems.it
-- 
GitLab