diff options
author | John Crispin <john@openwrt.org> | 2008-08-05 00:31:39 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-08-05 00:31:39 +0000 |
commit | b0b1f64b645ab613bf60ebf1cf89bbe177067e8e (patch) | |
tree | 555926b678939d1500641eed2a4d6a63e1b2569d /target/linux/etrax/Makefile | |
parent | 13bbd5932b1edfca6caa6f13e67177e95fcfe18c (diff) | |
download | upstream-b0b1f64b645ab613bf60ebf1cf89bbe177067e8e.tar.gz upstream-b0b1f64b645ab613bf60ebf1cf89bbe177067e8e.tar.bz2 upstream-b0b1f64b645ab613bf60ebf1cf89bbe177067e8e.zip |
etrax should not select foxboard-utils by default as the package is now in the packages feed
SVN-Revision: 12112
Diffstat (limited to 'target/linux/etrax/Makefile')
-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 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 |