diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-16 10:05:00 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-16 10:05:00 +0200 |
| commit | 26b482990870bdc9921ceaa3204eaf513e0be165 (patch) | |
| tree | 60fa1d2d07fad29ecc46d7287de073061b623b16 | |
| parent | b41ec531c2be1b57712cf1c7402842348cd5b5b5 (diff) | |
| download | buildroot-26b482990870bdc9921ceaa3204eaf513e0be165.tar.gz buildroot-26b482990870bdc9921ceaa3204eaf513e0be165.zip | |
quagga: depends on MMU
Fixes:
http://autobuild.buildroot.org/results/1c5/1c5fdfe3a0248b65efdea0594d8367ff907015d4/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/quagga/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/quagga/Config.in b/package/quagga/Config.in index e79ab02b24..ebec2c8418 100644 --- a/package/quagga/Config.in +++ b/package/quagga/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_QUAGGA bool "quagga" + depends on BR2_USE_MMU # fork() help Routing software suite, providing implementations of OSPFv2, OSPFv3 (IPv6), RIP v1 and v2, RIPng (IPv6) and BGPv4+. |

