diff options
author | John Crispin <john@openwrt.org> | 2014-07-02 07:43:32 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-02 07:43:32 +0000 |
commit | 313db9d0eed637cc208dd59012a8cf254551d29e (patch) | |
tree | 6be6e26805abf27ea1e96ce33af34b7c3ba6879f /target/linux | |
parent | 3d81a4ef822d9261d89338b6090558b0a370c853 (diff) | |
download | upstream-313db9d0eed637cc208dd59012a8cf254551d29e.tar.gz upstream-313db9d0eed637cc208dd59012a8cf254551d29e.tar.bz2 upstream-313db9d0eed637cc208dd59012a8cf254551d29e.zip |
lantiq: fix missing symbols
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41454
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/lantiq/config-default b/target/linux/lantiq/config-default index f6e0eca43e..c6ba0e3441 100644 --- a/target/linux/lantiq/config-default +++ b/target/linux/lantiq/config-default @@ -83,7 +83,9 @@ CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_FORCED_THREADING=y CONFIG_LANTIQ=y CONFIG_LANTIQ_ETOP=y +# CONFIG_LANTIQ_PHY is not set CONFIG_LANTIQ_WDT=y +# CONFIG_LANTIQ_XRX200 is not set CONFIG_LEDS_GPIO=y CONFIG_MDIO_BOARDINFO=y CONFIG_MIPS=y |