diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-12-03 20:37:01 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-12-03 20:37:01 +0000 |
commit | 355a67401b24ea290f43128e288f7c7ba51aa377 (patch) | |
tree | f3fbaeb961d7d0bdd8d2c12d6eeac4affed7ea43 /package/kernel | |
parent | b4e4fa4b898ade0c3530c44c4c6091a3bae8f39b (diff) | |
download | upstream-355a67401b24ea290f43128e288f7c7ba51aa377.tar.gz upstream-355a67401b24ea290f43128e288f7c7ba51aa377.tar.bz2 upstream-355a67401b24ea290f43128e288f7c7ba51aa377.zip |
Finally fix the CONFIG_SSB_SILENT symbol
SVN-Revision: 13500
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/other.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 2e255f00fd..f16f2fa876 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -204,7 +204,8 @@ define KernelPackage/ssb CONFIG_SSB_PCIHOST=y \ CONFIG_SSB_PCIHOST_POSSIBLE=y \ CONFIG_SSB_POSSIBLE=y \ - CONFIG_SSB_SPROM=y + CONFIG_SSB_SPROM=y \ + CONFIG_SSB_SILENT=y FILES:=$(LINUX_DIR)/drivers/ssb/ssb.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,29,ssb) endef |