diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-05 00:31:39 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-05 00:31:39 +0000 |
commit | 05bcf5e994b37d4efbce96dc4ad85991e4c8ed84 (patch) | |
tree | 61af3af15bffcf2e504aee356f222dc8c05c5be8 | |
parent | a5179e93dd7a10fe099bda1b7d52a6b03309c10e (diff) |
etrax should not select foxboard-utils by default as the package is now in the packages feed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12112 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/etrax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/etrax/Makefile b/target/linux/etrax/Makefile index abe56533a..85911fbf3 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 |