diff options
author | John Crispin <blogic@openwrt.org> | 2008-08-26 11:36:06 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2008-08-26 11:36:06 +0000 |
commit | 7426e98c67a96e159045fae02bf1355089224ffc (patch) | |
tree | 27700c3c9ce724b46110f6c223dae093321bf3fb /target/linux/etrax/Makefile | |
parent | 9f8fc52bbc87bdb1e2eddafe778f7706dd08a0d2 (diff) | |
download | upstream-7426e98c67a96e159045fae02bf1355089224ffc.tar.gz upstream-7426e98c67a96e159045fae02bf1355089224ffc.tar.bz2 upstream-7426e98c67a96e159045fae02bf1355089224ffc.zip |
adds several fixes to etrax, make openssl work on etrax
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12393 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |