diff options
author | John Crispin <blogic@openwrt.org> | 2008-08-05 00:31:39 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2008-08-05 00:31:39 +0000 |
commit | f8dc0e6dde04be9dbf67faca7880d70d341c4268 (patch) | |
tree | 61af3af15bffcf2e504aee356f222dc8c05c5be8 /target/linux/etrax | |
parent | 8f0b82e56523be52c575c9f5d24f8fe67acf3740 (diff) | |
download | upstream-f8dc0e6dde04be9dbf67faca7880d70d341c4268.tar.gz upstream-f8dc0e6dde04be9dbf67faca7880d70d341c4268.tar.bz2 upstream-f8dc0e6dde04be9dbf67faca7880d70d341c4268.zip |
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
Diffstat (limited to 'target/linux/etrax')
-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 |