From: Florian Fainelli Date: Fri, 23 Jan 2009 02:11:18 +0000 (+0000) Subject: fix missing config symbol when doing a select all packages X-Git-Tag: reboot~24716 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ac2304477f7585abf097040c807b2970cc573492;p=openwrt%2Fstaging%2Fjogo.git fix missing config symbol when doing a select all packages SVN-Revision: 14152 --- diff --git a/target/linux/ppc40x/config-default b/target/linux/ppc40x/config-default index 7ac4e254dc..6bd8e9427d 100644 --- a/target/linux/ppc40x/config-default +++ b/target/linux/ppc40x/config-default @@ -213,6 +213,7 @@ CONFIG_SERIAL_8250_EXTENDED=y CONFIG_SERIAL_8250_SHARE_IRQ=y CONFIG_SERIAL_OF_PLATFORM=y CONFIG_SLABINFO=y +# CONFIG_SND_PPC is not set # CONFIG_SOFT_WATCHDOG is not set # CONFIG_SOUND is not set # CONFIG_SPARSEMEM_STATIC is not set diff --git a/target/linux/ppc44x/config-default b/target/linux/ppc44x/config-default index 1eb838ccea..1b2ddbebd8 100644 --- a/target/linux/ppc44x/config-default +++ b/target/linux/ppc44x/config-default @@ -159,6 +159,7 @@ CONFIG_SERIAL_8250_SHARE_IRQ=y CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_SERIAL_TEXT_DEBUG is not set # CONFIG_SEQUOIA is not set +# CONFIG_SND_PPC is not set # CONFIG_SOFT_WATCHDOG is not set # CONFIG_SOUND is not set # CONFIG_SPARSEMEM_STATIC is not set