diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-01-23 02:11:18 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-01-23 02:11:18 +0000 |
commit | ac2304477f7585abf097040c807b2970cc573492 (patch) | |
tree | 624540f373cc708608b673b6032691daca84ff49 /target/linux/ppc40x/config-default | |
parent | e8fbf42dcfe01b3b3e7011707f3fc59bb0036df4 (diff) | |
download | upstream-ac2304477f7585abf097040c807b2970cc573492.tar.gz upstream-ac2304477f7585abf097040c807b2970cc573492.tar.bz2 upstream-ac2304477f7585abf097040c807b2970cc573492.zip |
fix missing config symbol when doing a select all packages
SVN-Revision: 14152
Diffstat (limited to 'target/linux/ppc40x/config-default')
-rw-r--r-- | target/linux/ppc40x/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
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 |