olsr: needs IPv6 support in toolchain
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
84b96ac17a
commit
2f2a029457
4
CHANGES
4
CHANGES
@ -8,8 +8,8 @@
|
|||||||
hal, iconv, icu, libcgicc, libdvdnav, libdvdread, libglade,
|
hal, iconv, icu, libcgicc, libdvdnav, libdvdread, libglade,
|
||||||
libglib2, libgtk2, libidn, libmms, libmpd, libpcap, libsoup,
|
libglib2, libgtk2, libidn, libmms, libmpd, libpcap, libsoup,
|
||||||
lmbench, lsof, ltrace, lvm2, make, metacity, mtd-utils, mutt,
|
lmbench, lsof, ltrace, lvm2, make, metacity, mtd-utils, mutt,
|
||||||
nbd, netsnmp, ntfsprogs, ntp, pango, pciutils, pcmanfm, php,
|
nbd, netsnmp, ntfsprogs, ntp, olsr, pango, pciutils, pcmanfm,
|
||||||
pkg-config, psmisc, qt, samba, shared-mime-info, sshfs,
|
php, pkg-config, psmisc, qt, samba, shared-mime-info, sshfs,
|
||||||
startup-notification, swfdec, sylpheed, uemacs, util-linux,
|
startup-notification, swfdec, sylpheed, uemacs, util-linux,
|
||||||
vpnc, webkit, xstroke
|
vpnc, webkit, xstroke
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_OLSR
|
config BR2_PACKAGE_OLSR
|
||||||
bool "OLSR mesh networking Daemon"
|
bool "OLSR mesh networking Daemon"
|
||||||
|
depends on BR2_INET_IPV6
|
||||||
help
|
help
|
||||||
The Optimized Link State Routing protocol (OLSR) is a
|
The Optimized Link State Routing protocol (OLSR) is a
|
||||||
routing protocol that is optimised for mobile ad-hoc
|
routing protocol that is optimised for mobile ad-hoc
|
||||||
@ -9,3 +10,6 @@ config BR2_PACKAGE_OLSR
|
|||||||
compute optimal forwarding paths locally.
|
compute optimal forwarding paths locally.
|
||||||
|
|
||||||
http://www.olsr.org/
|
http://www.olsr.org/
|
||||||
|
|
||||||
|
comment "olsr requires a toolchain with IPv6 support"
|
||||||
|
depends on !BR2_INET_IPV6
|
||||||
|
Loading…
Reference in New Issue
Block a user