aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-07-30 12:54:28 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-07-30 12:54:28 +0000
commitcc99e5b35dad9198a26dd882852787f40b56d8f6 (patch)
treec7ee309d7009d2f6831ab5085106ffccce5bdd43 /package/base-files
parent890c213508cc7702135bf289b48fbb366eea5e3b (diff)
downloadupstream-cc99e5b35dad9198a26dd882852787f40b56d8f6.tar.gz
upstream-cc99e5b35dad9198a26dd882852787f40b56d8f6.tar.bz2
upstream-cc99e5b35dad9198a26dd882852787f40b56d8f6.zip
Disable smash stacking support by default, but allow to enable it as an experimental feature
SVN-Revision: 12010
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 5ab776df51..f4ef55d110 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -78,6 +78,7 @@ endef
define Package/libssp
$(call Package/gcc/Default)
+ DEPENDS:=@SSP_SUPPORT
TITLE:=GCC support library
endef