aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-12-03 20:37:01 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-12-03 20:37:01 +0000
commitbe08911e941efba2260785272d68518a38d052c3 (patch)
tree70701d8e2370f57d0f8e4326eb182d0d51fd1138 /package/kernel
parent5e389a14f35e93eaacc342eea7548aae698b8745 (diff)
downloadmaster-187ad058-be08911e941efba2260785272d68518a38d052c3.tar.gz
master-187ad058-be08911e941efba2260785272d68518a38d052c3.tar.bz2
master-187ad058-be08911e941efba2260785272d68518a38d052c3.zip
Finally fix the CONFIG_SSB_SILENT symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13500 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/other.mk3
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