diff options
author | John Crispin <john@openwrt.org> | 2008-08-26 11:36:06 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-08-26 11:36:06 +0000 |
commit | 974ad00cf3082f5aa3b85efbfd52b536cd394d42 (patch) | |
tree | 02c63c72267e1e1871b0ce15c56cbe1755352463 /target/linux/etrax/Makefile | |
parent | 4d7f694c438e49f1842ce9af9da778d4c884f6a9 (diff) | |
download | upstream-974ad00cf3082f5aa3b85efbfd52b536cd394d42.tar.gz upstream-974ad00cf3082f5aa3b85efbfd52b536cd394d42.tar.bz2 upstream-974ad00cf3082f5aa3b85efbfd52b536cd394d42.zip |
adds several fixes to etrax, make openssl work on etrax
SVN-Revision: 12393
Diffstat (limited to 'target/linux/etrax/Makefile')
-rw-r--r-- | target/linux/etrax/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/etrax/Makefile b/target/linux/etrax/Makefile index 8404cc86c9..543e0b0122 100644 --- a/target/linux/etrax/Makefile +++ b/target/linux/etrax/Makefile @@ -15,7 +15,6 @@ LINUX_VERSION:=2.6.25.16 include $(INCLUDE_DIR)/target.mk KERNELNAME:="zImage" -#DEFAULT_PACKAGES += foxboard-utils define Target/Description Build firmware images for the FOXBOARD made by acmesystems.it |