diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-30 12:54:28 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-30 12:54:28 +0000 |
commit | 2c8df114186cfc92f53ef3aed0d4f57189fa7b76 (patch) | |
tree | 86b3d897ebc6f30ea8e51f338a0581fc735ab1c6 /package | |
parent | 512b9e875d96cd4b1012e1c8baca9c01ac650043 (diff) |
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
Diffstat (limited to 'package')
-rw-r--r-- | package/base-files/Makefile | 1 |
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 |