Disable smash stacking support by default, but allow to enable it as an experimental feature

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12010 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Florian Fainelli
2008-07-30 12:54:28 +00:00
parent ff298d605d
commit 0ae9727f8b
3 changed files with 16 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ endef
define Package/libssp
$(call Package/gcc/Default)
DEPENDS:=@SSP_SUPPORT
TITLE:=GCC support library
endef